#0A5275

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

Shades of Dark Cerulean #0A5275

Tints of Dark Cerulean #0A5275

Color information

#0A5275 (or 0x0A5275) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 52 and 75. RGB value is (10,82,117). Sum of RGB (Red+Green+Blue) = 10+82+117=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A5275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5275 is #F5AD8A. Grayscale: #404040. Windows color (decimal): -16100747 or 7688714. OLE color: 7688714.

HSL color Cylindrical-coordinate representation of color #0A5275: hue angle of 199.63º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5275 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1082117-
CMYK0.910.3000.54
HSL199.63º84.25%24.9%-
HSV(B)199.63º91.45%45.88%-
XYZ6.357.3817.92-
YUV64.46157.6589.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=4.78%
G=39.23%
B=55.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10821170.910.3000.54199.6384.2524.9
HexA52755B1E036c85419
Octal121221651333606631012431
Binary101010100101110101101101111110011011011001000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,82,117); }

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

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

 a { background-color: rgb(10,82,117); }

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

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

 span { border-color: rgb(10,82,117); }

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