#0A7DB6

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

Shades of Cerulean #0A7DB6

Tints of Cerulean #0A7DB6

Color information

#0A7DB6 (or 0x0A7DB6) is unknown color: approx Cerulean. HEX triplet: 0A, 7D and B6. RGB value is (10,125,182). Sum of RGB (Red+Green+Blue) = 10+125+182=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A7DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7DB6 is #F58249. Grayscale: #606060. Windows color (decimal): -16089674 or 11959562. OLE color: 11959562.

HSL color Cylindrical-coordinate representation of color #0A7DB6: hue angle of 199.88º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7DB6 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10125182-
CMYK0.950.3100.29
HSL199.88º89.58%37.65%-
HSV(B)199.88º94.51%71.37%-
XYZ15.918.1146.91-
YUV97.11175.965.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 182 (71.48% from 255) = 57.41%
R=3.15%
G=39.43%
B=57.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101251820.950.3100.29199.8889.5837.65
HexA7DB65F1F01Dc85a26
Octal121752661373703531013246
Binary1010111110110110110101111111111011101110010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,125,182); }

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

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

 a { background-color: rgb(10,125,182); }

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

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

 span { border-color: rgb(10,125,182); }

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