#0C22BE

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

Shades of Persian Blue #0C22BE

Tints of Persian Blue #0C22BE

Color information

#0C22BE (or 0x0C22BE) is unknown color: approx Persian Blue. HEX triplet: 0C, 22 and BE. RGB value is (12,34,190). Sum of RGB (Red+Green+Blue) = 12+34+190=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C22BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C22BE is #F3DD41. Grayscale: #2C2C2C. Windows color (decimal): -15981890 or 12460556. OLE color: 12460556.

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

Color convert

RGB1234190-
CMYK0.940.8200.25
HSL232.58º88.12%39.61%-
HSV(B)232.58º93.68%74.51%-
XYZ10.024.9449.14-
YUV45.21209.71104.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.08%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 190 (74.61% from 255) = 80.51%
R=5.08%
G=14.41%
B=80.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12341900.940.8200.25232.5888.1239.61
HexC22BE5E52019e95828
Octal144227613612203135113050
Binary11001000101011111010111101010010011001111010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C22BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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