#0C2ECA

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

Shades of Persian Blue #0C2ECA

Tints of Persian Blue #0C2ECA

Color information

#0C2ECA (or 0x0C2ECA) is unknown color: approx Persian Blue. HEX triplet: 0C, 2E and CA. RGB value is (12,46,202). Sum of RGB (Red+Green+Blue) = 12+46+202=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C2ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2ECA is #F3D135. Grayscale: #343434. Windows color (decimal): -15978806 or 13250060. OLE color: 13250060.

HSL color Cylindrical-coordinate representation of color #0C2ECA: hue angle of 229.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2ECA is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1246202-
CMYK0.940.7700.21
HSL229.26º88.79%41.96%-
HSV(B)229.26º94.06%79.22%-
XYZ11.796.356.47-
YUV53.62211.7498.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.62%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 202 (79.30% from 255) = 77.69%
R=4.62%
G=17.69%
B=77.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12462020.940.7700.21229.2688.7941.96
HexC2ECA5E4D015e5592a
Octal145631213611502534513152
Binary11001011101100101010111101001101010101111001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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