#0A749C

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

Shades of Cerulean #0A749C

Tints of Cerulean #0A749C

Color information

#0A749C (or 0x0A749C) is unknown color: approx Cerulean. HEX triplet: 0A, 74 and 9C. RGB value is (10,116,156). Sum of RGB (Red+Green+Blue) = 10+116+156=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A749C is #F58B63. Grayscale: #585858. Windows color (decimal): -16092004 or 10253322. OLE color: 10253322.

HSL color Cylindrical-coordinate representation of color #0A749C: hue angle of 196.44º 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 #0A749C is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10116156-
CMYK0.940.2600.39
HSL196.44º87.95%32.55%-
HSV(B)196.44º93.59%61.18%-
XYZ12.3714.9633.69-
YUV88.87165.8871.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=3.55%
G=41.13%
B=55.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101161560.940.2600.39196.4487.9532.55
HexA749C5E1A027c45821
Octal121642341363204730413041
Binary10101110100100111001011110110100100111110001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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