#0A719F

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

Shades of Cerulean #0A719F

Tints of Cerulean #0A719F

Color information

#0A719F (or 0x0A719F) is unknown color: approx Cerulean. HEX triplet: 0A, 71 and 9F. RGB value is (10,113,159). Sum of RGB (Red+Green+Blue) = 10+113+159=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A719F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A719F is #F58E60. Grayscale: #575757. Windows color (decimal): -16092769 or 10449162. OLE color: 10449162.

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

Color convert

RGB10113159-
CMYK0.940.2900.38
HSL198.52º88.17%33.14%-
HSV(B)198.52º93.71%62.35%-
XYZ12.2914.3834.93-
YUV87.45168.3872.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=3.55%
G=40.07%
B=56.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101131590.940.2900.38198.5288.1733.14
HexA719F5E1D026c75821
Octal121612371363504630713041
Binary10101110001100111111011110111010100110110001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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