#0c77af

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

Shades of Cerulean #0C77AF

Tints of Cerulean #0C77AF

Color information

#0C77AF (or 0x0C77AF) is unknown color: approx Cerulean. HEX triplet: 0C, 77 and AF. RGB value is (12,119,175). Sum of RGB (Red+Green+Blue) = 12+119+175=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C77AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C77AF is #F38850. Grayscale: #5D5D5D. Windows color (decimal): -15960145 or 11499276. OLE color: 11499276.

HSL color Cylindrical-coordinate representation of color #0C77AF: hue angle of 200.61º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C77AF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12119175-
CMYK0.930.3200.31
HSL200.61º87.17%36.67%-
HSV(B)200.61º93.14%68.63%-
XYZ14.4916.3742.95-
YUV93.39174.0569.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=3.92%
G=38.89%
B=57.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121191750.930.3200.31200.6187.1736.67
HexC77AF5D2001Fc95725
Octal141672571354003731112745
Binary11001110111101011111011101100000011111110010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c77af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,175); }

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

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

 a { background-color: rgb(12,119,175); }

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

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

 span { border-color: rgb(12,119,175); }

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