#0a6f9c

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

Shades of Cerulean #0A6F9C

Tints of Cerulean #0A6F9C

Color information

#0A6F9C (or 0x0A6F9C) is unknown color: approx Cerulean. HEX triplet: 0A, 6F and 9C. RGB value is (10,111,156). Sum of RGB (Red+Green+Blue) = 10+111+156=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A6F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6F9C is #F59063. Grayscale: #555555. Windows color (decimal): -16093284 or 10252042. OLE color: 10252042.

HSL color Cylindrical-coordinate representation of color #0A6F9C: hue angle of 198.49º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6F9C is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10111156-
CMYK0.940.2900.39
HSL198.49º87.95%32.55%-
HSV(B)198.49º93.59%61.18%-
XYZ11.8113.8333.5-
YUV85.93167.5473.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=3.61%
G=40.07%
B=56.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101111560.940.2900.39198.4987.9532.55
HexA6F9C5E1D027c65821
Octal121572341363504730613041
Binary10101101111100111001011110111010100111110001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a6f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,111,156); }

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

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

 a { background-color: rgb(10,111,156); }

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

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

 span { border-color: rgb(10,111,156); }

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