#0A6A9B

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

Shades of Cerulean #0A6A9B

Tints of Cerulean #0A6A9B

Color information

#0A6A9B (or 0x0A6A9B) is unknown color: approx Cerulean. HEX triplet: 0A, 6A and 9B. RGB value is (10,106,155). Sum of RGB (Red+Green+Blue) = 10+106+155=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A6A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6A9B is #F59564. Grayscale: #525252. Windows color (decimal): -16094565 or 10185226. OLE color: 10185226.

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

Color convert

RGB10106155-
CMYK0.940.3200.39
HSL200.28º87.88%32.35%-
HSV(B)200.28º93.55%60.78%-
XYZ11.212.7432.88-
YUV82.88168.776.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=3.69%
G=39.11%
B=57.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101061550.940.3200.39200.2887.8832.35
HexA6A9B5E20027c85820
Octal121522331364004731013040
Binary101011010101001101110111101000000100111110010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,106,155); }

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

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

 a { background-color: rgb(10,106,155); }

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

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

 span { border-color: rgb(10,106,155); }

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