#0B408B

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

Shades of Dark Cerulean #0B408B

Tints of Dark Cerulean #0B408B

Color information

#0B408B (or 0x0B408B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 40 and 8B. RGB value is (11,64,139). Sum of RGB (Red+Green+Blue) = 11+64+139=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B408B is #F4BF74. Grayscale: #383838. Windows color (decimal): -16039797 or 9125899. OLE color: 9125899.

HSL color Cylindrical-coordinate representation of color #0B408B: hue angle of 215.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B408B is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1164139-
CMYK0.920.5400.45
HSL215.16º85.33%29.41%-
HSV(B)215.16º92.09%54.51%-
XYZ6.635.625.16-
YUV56.7174.4495.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=5.14%
G=29.91%
B=64.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11641390.920.5400.45215.1685.3329.41
HexB408B5C3602Dd7551d
Octal131002131346605532712535
Binary10111000000100010111011100110110010110111010111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,139); }

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

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

 a { background-color: rgb(11,64,139); }

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

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

 span { border-color: rgb(11,64,139); }

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