#0A7192

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

Shades of Cerulean #0A7192

Tints of Cerulean #0A7192

Color information

#0A7192 (or 0x0A7192) is unknown color: approx Cerulean. HEX triplet: 0A, 71 and 92. RGB value is (10,113,146). Sum of RGB (Red+Green+Blue) = 10+113+146=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A7192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7192 is #F58E6D. Grayscale: #555555. Windows color (decimal): -16092782 or 9597194. OLE color: 9597194.

HSL color Cylindrical-coordinate representation of color #0A7192: hue angle of 194.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7192 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10113146-
CMYK0.930.2300.43
HSL194.56º87.18%30.59%-
HSV(B)194.56º93.15%57.25%-
XYZ11.2213.9529.3-
YUV85.96161.8873.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=3.72%
G=42.01%
B=54.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101131460.930.2300.43194.5687.1830.59
HexA71925D1702Bc3571f
Octal121612221352705330312737
Binary1010111000110010010101110110111010101111000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,146); }

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

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

 a { background-color: rgb(10,113,146); }

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

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

 span { border-color: rgb(10,113,146); }

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