#0c2ebc

Color #0C2EBC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0C2EBC

Tints of Persian Blue #0C2EBC

Color information

#0C2EBC (or 0x0C2EBC) is unknown color: approx Persian Blue. HEX triplet: 0C, 2E and BC. RGB value is (12,46,188). Sum of RGB (Red+Green+Blue) = 12+46+188=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C2EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2EBC is #F3D143. Grayscale: #333333. Windows color (decimal): -15978820 or 12332556. OLE color: 12332556.

HSL color Cylindrical-coordinate representation of color #0C2EBC: hue angle of 228.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2EBC is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1246188-
CMYK0.940.7600.26
HSL228.41º88%39.22%-
HSV(B)228.41º93.62%73.73%-
XYZ10.215.6648.13-
YUV52.02204.7499.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 188 (73.83% from 255) = 76.42%
R=4.88%
G=18.70%
B=76.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12461880.940.7600.26228.418839.22
HexC2EBC5E4C01Ae45827
Octal145627413611403234413047
Binary11001011101011110010111101001100011010111001001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c2ebc; }

 p { color: rgb(12,46,188); }

 H1.HeaderClassName
 {
   color: #0c2ebc;
 }
 .AnyTagClassName
 {
   color: #0c2ebc;
 }
</style>
background-color css

<style>
 a { background-color: #0c2ebc; }

 a { background-color: rgb(12,46,188); }

 div.DivClassName
 {
   background-color: #0c2ebc;
 }
 .BgClassName
 {
   background-color: #0c2ebc;
 }
</style>
border-color css

<style>
 span { border-color: #0c2ebc; }

 span { border-color: rgb(12,46,188); }

 td.TdClassName
 {
   border-color: #0c2ebc;
 }
 .TagClassName
 {
   border-color: #0c2ebc;
 }
</style>