#0B517D

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

Shades of Dark Cerulean #0B517D

Tints of Dark Cerulean #0B517D

Color information

#0B517D (or 0x0B517D) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 51 and 7D. RGB value is (11,81,125). Sum of RGB (Red+Green+Blue) = 11+81+125=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B517D is #F4AE82. Grayscale: #404040. Windows color (decimal): -16035459 or 8212747. OLE color: 8212747.

HSL color Cylindrical-coordinate representation of color #0B517D: hue angle of 203.16º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B517D is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1181125-
CMYK0.910.3500.51
HSL203.16º83.82%26.67%-
HSV(B)203.16º91.2%49.02%-
XYZ6.787.4420.48-
YUV65.09161.8189.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=5.07%
G=37.33%
B=57.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11811250.910.3500.51203.1683.8226.67
HexB517D5B23033cb541b
Octal131211751334306331312433
Binary1011101000111111011011011100011011001111001011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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