#0B517B

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

Shades of Dark Cerulean #0B517B

Tints of Dark Cerulean #0B517B

Color information

#0B517B (or 0x0B517B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 51 and 7B. RGB value is (11,81,123). Sum of RGB (Red+Green+Blue) = 11+81+123=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B517B is #F4AE84. Grayscale: #404040. Windows color (decimal): -16035461 or 8081675. OLE color: 8081675.

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

Color convert

RGB1181123-
CMYK0.910.3400.52
HSL202.5º83.58%26.27%-
HSV(B)202.5º91.06%48.24%-
XYZ6.667.3919.81-
YUV64.86160.8189.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.12%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=5.12%
G=37.67%
B=57.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11811230.910.3400.52202.583.5826.27
HexB517B5B22034ca541a
Octal131211731334206431212432
Binary1011101000111110111011011100010011010011001010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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