#0B034E

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

Shades of Midnight Blue #0B034E

Tints of Midnight Blue #0B034E

Color information

#0B034E (or 0x0B034E) is unknown color: approx Midnight Blue. HEX triplet: 0B, 03 and 4E. RGB value is (11,3,78). Sum of RGB (Red+Green+Blue) = 11+3+78=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B034E is #F4FCB1. Grayscale: #0D0D0D. Windows color (decimal): -16055474 or 5112587. OLE color: 5112587.

HSL color Cylindrical-coordinate representation of color #0B034E: hue angle of 246.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B034E is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11378-
CMYK0.860.9600.69
HSL246.4º92.59%15.88%-
HSV(B)246.4º96.15%30.59%-
XYZ1.550.697.26-
YUV13.94164.15125.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 78 (30.86% from 255) = 84.78%
R=11.96%
G=3.26%
B=84.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal113780.860.9600.69246.492.5915.88
HexB34E5660045f65d10
Octal133116126140010536613520
Binary1011111001110101011011000000100010111110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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