#0B3675

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

Shades of Dark Cerulean #0B3675

Tints of Dark Cerulean #0B3675

Color information

#0B3675 (or 0x0B3675) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 36 and 75. RGB value is (11,54,117). Sum of RGB (Red+Green+Blue) = 11+54+117=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B3675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3675 is #F4C98A. Grayscale: #303030. Windows color (decimal): -16042379 or 7681547. OLE color: 7681547.

HSL color Cylindrical-coordinate representation of color #0B3675: hue angle of 215.66º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3675 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1154117-
CMYK0.910.5400.54
HSL215.66º82.81%25.1%-
HSV(B)215.66º90.6%45.88%-
XYZ4.673.9917.35-
YUV48.32166.75101.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=6.04%
G=29.67%
B=64.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11541170.910.5400.54215.6682.8125.1
HexB36755B36036d85319
Octal13661651336606633012331
Binary101111011011101011011011110110011011011011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,54,117); }

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

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

 a { background-color: rgb(11,54,117); }

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

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

 span { border-color: rgb(11,54,117); }

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