#0C2BCB

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

Shades of Persian Blue #0C2BCB

Tints of Persian Blue #0C2BCB

Color information

#0C2BCB (or 0x0C2BCB) is unknown color: approx Persian Blue. HEX triplet: 0C, 2B and CB. RGB value is (12,43,203). Sum of RGB (Red+Green+Blue) = 12+43+203=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C2BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BCB is #F3D434. Grayscale: #333333. Windows color (decimal): -15979573 or 13314828. OLE color: 13314828.

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

Color convert

RGB1243203-
CMYK0.940.7900.20
HSL230.26º88.84%42.16%-
HSV(B)230.26º94.09%79.61%-
XYZ11.796.1257.06-
YUV51.97213.2399.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.65%
GREEN value IS 43 (17.19% from 255) = 16.67%
BLUE value IS 203 (79.69% from 255) = 78.68%
R=4.65%
G=16.67%
B=78.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12432030.940.7900.20230.2688.8442.16
HexC2BCB5E4F014e6592a
Octal145331313611702434613152
Binary11001010111100101110111101001111010100111001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,203); }

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

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

 a { background-color: rgb(12,43,203); }

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

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

 span { border-color: rgb(12,43,203); }

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