#0A72A3

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

Shades of Cerulean #0A72A3

Tints of Cerulean #0A72A3

Color information

#0A72A3 (or 0x0A72A3) is unknown color: approx Cerulean. HEX triplet: 0A, 72 and A3. RGB value is (10,114,163). Sum of RGB (Red+Green+Blue) = 10+114+163=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #0A72A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A72A3 is #F58D5C. Grayscale: #585858. Windows color (decimal): -16092509 or 10711562. OLE color: 10711562.

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

Color convert

RGB10114163-
CMYK0.940.3000.36
HSL199.22º88.44%33.92%-
HSV(B)199.22º93.87%63.92%-
XYZ12.7514.7436.82-
YUV88.49170.0472.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 163 (64.06% from 255) = 56.79%
R=3.48%
G=39.72%
B=56.79%

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
Decimal101141630.940.3000.36199.2288.4433.92
HexA72A35E1E024c75822
Octal121622431363604430713042
Binary10101110010101000111011110111100100100110001111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A72A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,163); }

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

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

 a { background-color: rgb(10,114,163); }

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

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

 span { border-color: rgb(10,114,163); }

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