#0C7392

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

Shades of Cerulean #0C7392

Tints of Cerulean #0C7392

Color information

#0C7392 (or 0x0C7392) is unknown color: approx Cerulean. HEX triplet: 0C, 73 and 92. RGB value is (12,115,146). Sum of RGB (Red+Green+Blue) = 12+115+146=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C7392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7392 is #F38C6D. Grayscale: #575757. Windows color (decimal): -15961198 or 9597708. OLE color: 9597708.

HSL color Cylindrical-coordinate representation of color #0C7392: hue angle of 193.88º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7392 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12115146-
CMYK0.920.2100.43
HSL193.88º84.81%30.98%-
HSV(B)193.88º91.78%57.25%-
XYZ11.4714.4129.37-
YUV87.74160.8873.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=4.40%
G=42.12%
B=53.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121151460.920.2100.43193.8884.8130.98
HexC73925C1502Bc2551f
Octal141632221342505330212537
Binary1100111001110010010101110010101010101111000010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,115,146); }

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

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

 a { background-color: rgb(12,115,146); }

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

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

 span { border-color: rgb(12,115,146); }

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