#0C65A4

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

Shades of Cerulean #0C65A4

Tints of Cerulean #0C65A4

Color information

#0C65A4 (or 0x0C65A4) is unknown color: approx Cerulean. HEX triplet: 0C, 65 and A4. RGB value is (12,101,164). Sum of RGB (Red+Green+Blue) = 12+101+164=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C65A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C65A4 is #F39A5B. Grayscale: #515151. Windows color (decimal): -15964764 or 10773772. OLE color: 10773772.

HSL color Cylindrical-coordinate representation of color #0C65A4: hue angle of 204.87º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C65A4 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12101164-
CMYK0.930.3800.36
HSL204.87º86.36%34.51%-
HSV(B)204.87º92.68%64.31%-
XYZ11.5112.0736.84-
YUV81.57174.5178.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 164 (64.45% from 255) = 59.21%
R=4.33%
G=36.46%
B=59.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121011640.930.3800.36204.8786.3634.51
HexC65A45D26024cd5623
Octal141452441354604431512643
Binary110011001011010010010111011001100100100110011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C65A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,164); }

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

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

 a { background-color: rgb(12,101,164); }

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

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

 span { border-color: rgb(12,101,164); }

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