#0A71A2

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

Shades of Cerulean #0A71A2

Tints of Cerulean #0A71A2

Color information

#0A71A2 (or 0x0A71A2) is unknown color: approx Cerulean. HEX triplet: 0A, 71 and A2. RGB value is (10,113,162). Sum of RGB (Red+Green+Blue) = 10+113+162=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #0A71A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A71A2 is #F58E5D. Grayscale: #575757. Windows color (decimal): -16092766 or 10645770. OLE color: 10645770.

HSL color Cylindrical-coordinate representation of color #0A71A2: hue angle of 199.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A71A2 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10113162-
CMYK0.940.3000.36
HSL199.34º88.37%33.73%-
HSV(B)199.34º93.83%63.53%-
XYZ12.5514.4836.32-
YUV87.79169.8872.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.51%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 162 (63.67% from 255) = 56.84%
R=3.51%
G=39.65%
B=56.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101131620.940.3000.36199.3488.3733.73
HexA71A25E1E024c75822
Octal121612421363604430713042
Binary10101110001101000101011110111100100100110001111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A71A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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