#0C23CA

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

Shades of Persian Blue #0C23CA

Tints of Persian Blue #0C23CA

Color information

#0C23CA (or 0x0C23CA) is unknown color: approx Persian Blue. HEX triplet: 0C, 23 and CA. RGB value is (12,35,202). Sum of RGB (Red+Green+Blue) = 12+35+202=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C23CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C23CA is #F3DC35. Grayscale: #2E2E2E. Windows color (decimal): -15981622 or 13247244. OLE color: 13247244.

HSL color Cylindrical-coordinate representation of color #0C23CA: hue angle of 232.74º 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 #0C23CA is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1235202-
CMYK0.940.8300.21
HSL232.74º88.79%41.96%-
HSV(B)232.74º94.06%79.22%-
XYZ11.415.5456.35-
YUV47.16215.38102.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=4.82%
G=14.06%
B=81.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12352020.940.8300.21232.7488.7941.96
HexC23CA5E53015e9592a
Octal144331213612302535113152
Binary11001000111100101010111101010011010101111010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C23CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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