#0C2CBE

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

Shades of Persian Blue #0C2CBE

Tints of Persian Blue #0C2CBE

Color information

#0C2CBE (or 0x0C2CBE) is unknown color: approx Persian Blue. HEX triplet: 0C, 2C and BE. RGB value is (12,44,190). Sum of RGB (Red+Green+Blue) = 12+44+190=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C2CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2CBE is #F3D341. Grayscale: #323232. Windows color (decimal): -15979330 or 12463116. OLE color: 12463116.

HSL color Cylindrical-coordinate representation of color #0C2CBE: hue angle of 229.21º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2CBE is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1244190-
CMYK0.940.7700.25
HSL229.21º88.12%39.61%-
HSV(B)229.21º93.68%74.51%-
XYZ10.355.649.25-
YUV51.08206.4100.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 190 (74.61% from 255) = 77.24%
R=4.88%
G=17.89%
B=77.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12441900.940.7700.25229.2188.1239.61
HexC2CBE5E4D019e55828
Octal145427613611503134513050
Binary11001011001011111010111101001101011001111001011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,44,190); }

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

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

 a { background-color: rgb(12,44,190); }

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

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

 span { border-color: rgb(12,44,190); }

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