#0A517B

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

Shades of Dark Cerulean #0A517B

Tints of Dark Cerulean #0A517B

Color information

#0A517B (or 0x0A517B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 51 and 7B. RGB value is (10,81,123). Sum of RGB (Red+Green+Blue) = 10+81+123=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A517B is #F5AE84. Grayscale: #404040. Windows color (decimal): -16100997 or 8081674. OLE color: 8081674.

HSL color Cylindrical-coordinate representation of color #0A517B: hue angle of 202.3º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A517B is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1081123-
CMYK0.920.3400.52
HSL202.3º84.96%26.08%-
HSV(B)202.3º91.87%48.24%-
XYZ6.647.3819.81-
YUV64.56160.9889.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 123 (48.44% from 255) = 57.48%
R=4.67%
G=37.85%
B=57.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10811230.920.3400.52202.384.9626.08
HexA517B5C22034ca551a
Octal121211731344206431212532
Binary1010101000111110111011100100010011010011001010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,81,123); }

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

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

 a { background-color: rgb(10,81,123); }

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

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

 span { border-color: rgb(10,81,123); }

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