#0C37BE

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

Shades of Persian Blue #0C37BE

Tints of Persian Blue #0C37BE

Color information

#0C37BE (or 0x0C37BE) is unknown color: approx Persian Blue. HEX triplet: 0C, 37 and BE. RGB value is (12,55,190). Sum of RGB (Red+Green+Blue) = 12+55+190=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C37BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37BE is #F3C841. Grayscale: #383838. Windows color (decimal): -15976514 or 12465932. OLE color: 12465932.

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

Color convert

RGB1255190-
CMYK0.940.7100.25
HSL225.51º88.12%39.61%-
HSV(B)225.51º93.68%74.51%-
XYZ10.816.5349.41-
YUV57.53202.7595.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.67%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 190 (74.61% from 255) = 73.93%
R=4.67%
G=21.40%
B=73.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12551900.940.7100.25225.5188.1239.61
HexC37BE5E47019e25828
Octal146727613610703134213050
Binary11001101111011111010111101000111011001111000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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