#0B034B

Color #0B034B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #0B034B

Tints of Midnight Blue #0B034B

Color information

#0B034B (or 0x0B034B) is unknown color: approx Midnight Blue. HEX triplet: 0B, 03 and 4B. RGB value is (11,3,75). Sum of RGB (Red+Green+Blue) = 11+3+75=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 75 (29.69% from 255 or 84.27% from 89); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B034B is #F4FCB4. Grayscale: #0D0D0D. Windows color (decimal): -16055477 or 4915979. OLE color: 4915979.

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

Color convert

RGB11375-
CMYK0.850.9600.71
HSL246.67º92.31%15.29%-
HSV(B)246.67º96%29.41%-
XYZ1.440.646.71-
YUV13.6162.65126.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.36%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 75 (29.69% from 255) = 84.27%
R=12.36%
G=3.37%
B=84.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal113750.850.9600.71246.6792.3115.29
HexB34B5560047f75cf
Octal133113125140010736713417
Binary101111100101110101011100000010001111111011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,75); }

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

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

 a { background-color: rgb(11,3,75); }

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

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

 span { border-color: rgb(11,3,75); }

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