#0b4581

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

Shades of Dark Cerulean #0B4581

Tints of Dark Cerulean #0B4581

Color information

#0B4581 (or 0x0B4581) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 45 and 81. RGB value is (11,69,129). Sum of RGB (Red+Green+Blue) = 11+69+129=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B4581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4581 is #F4BA7E. Grayscale: #3A3A3A. Windows color (decimal): -16038527 or 8471819. OLE color: 8471819.

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

Color convert

RGB1169129-
CMYK0.910.4700.49
HSL210.51º84.29%27.45%-
HSV(B)210.51º91.47%50.59%-
XYZ6.235.9121.58-
YUV58.5167.7894.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 129 (50.78% from 255) = 61.72%
R=5.26%
G=33.01%
B=61.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11691290.910.4700.49210.5184.2927.45
HexB45815B2F031d3541b
Octal131052011335706132312433
Binary10111000101100000011011011101111011000111010011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,129); }

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

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

 a { background-color: rgb(11,69,129); }

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

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

 span { border-color: rgb(11,69,129); }

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