#0C7B9D

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

Shades of Cerulean #0C7B9D

Tints of Cerulean #0C7B9D

Color information

#0C7B9D (or 0x0C7B9D) is unknown color: approx Cerulean. HEX triplet: 0C, 7B and 9D. RGB value is (12,123,157). Sum of RGB (Red+Green+Blue) = 12+123+157=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C7B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7B9D is #F38462. Grayscale: #5D5D5D. Windows color (decimal): -15959139 or 10320652. OLE color: 10320652.

HSL color Cylindrical-coordinate representation of color #0C7B9D: hue angle of 194.07º 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 #0C7B9D is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12123157-
CMYK0.920.2200.38
HSL194.07º85.8%33.14%-
HSV(B)194.07º92.36%61.57%-
XYZ13.3216.6834.42-
YUV93.69163.7369.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.11%
GREEN value IS 123 (48.44% from 255) = 42.12%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=4.11%
G=42.12%
B=53.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121231570.920.2200.38194.0785.833.14
HexC7B9D5C16026c25621
Octal141732351342604630212641
Binary11001111011100111011011100101100100110110000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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