#0b4086

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

Shades of Dark Cerulean #0B4086

Tints of Dark Cerulean #0B4086

Color information

#0B4086 (or 0x0B4086) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 40 and 86. RGB value is (11,64,134). Sum of RGB (Red+Green+Blue) = 11+64+134=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #0B4086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4086 is #F4BF79. Grayscale: #373737. Windows color (decimal): -16039802 or 8798219. OLE color: 8798219.

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

Color convert

RGB1164134-
CMYK0.920.5200.47
HSL214.15º84.83%28.43%-
HSV(B)214.15º91.79%52.55%-
XYZ6.275.4623.28-
YUV56.13171.9495.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 134 (52.73% from 255) = 64.11%
R=5.26%
G=30.62%
B=64.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11641340.920.5200.47214.1584.8328.43
HexB40865C3402Fd6551c
Octal131002061346405732612534
Binary10111000000100001101011100110100010111111010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b4086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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