#0C7FAE

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

Shades of Cerulean #0C7FAE

Tints of Cerulean #0C7FAE

Color information

#0C7FAE (or 0x0C7FAE) is unknown color: approx Cerulean. HEX triplet: 0C, 7F and AE. RGB value is (12,127,174). Sum of RGB (Red+Green+Blue) = 12+127+174=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C7FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7FAE is #F38051. Grayscale: #616161. Windows color (decimal): -15958098 or 11435788. OLE color: 11435788.

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

Color convert

RGB12127174-
CMYK0.930.2700.32
HSL197.41º87.1%36.47%-
HSV(B)197.41º93.1%68.24%-
XYZ15.3818.3142.77-
YUV97.97170.966.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=3.83%
G=40.58%
B=55.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121271740.930.2700.32197.4187.136.47
HexC7FAE5D1B020c55724
Octal141772561353304030512744
Binary11001111111101011101011101110110100000110001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,127,174); }

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

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

 a { background-color: rgb(12,127,174); }

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

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

 span { border-color: rgb(12,127,174); }

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