#0C7C9D

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

Shades of Cerulean #0C7C9D

Tints of Cerulean #0C7C9D

Color information

#0C7C9D (or 0x0C7C9D) is unknown color: approx Cerulean. HEX triplet: 0C, 7C and 9D. RGB value is (12,124,157). Sum of RGB (Red+Green+Blue) = 12+124+157=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C7C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7C9D is #F38362. Grayscale: #5E5E5E. Windows color (decimal): -15958883 or 10320908. OLE color: 10320908.

HSL color Cylindrical-coordinate representation of color #0C7C9D: hue angle of 193.66º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7C9D is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12124157-
CMYK0.920.2100.38
HSL193.66º85.8%33.14%-
HSV(B)193.66º92.36%61.57%-
XYZ13.4516.9334.46-
YUV94.27163.3969.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.10%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=4.10%
G=42.32%
B=53.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121241570.920.2100.38193.6685.833.14
HexC7C9D5C15026c25621
Octal141742351342504630212641
Binary11001111100100111011011100101010100110110000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,124,157); }

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

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

 a { background-color: rgb(12,124,157); }

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

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

 span { border-color: rgb(12,124,157); }

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