Html Css Color HEX #0B054B Midnight Blue

📋 copy color: '#0B054B'

red 11 ◦ green 5 ◦ blue 75

#0B054B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0B054B

Tints of Midnight Blue #0B054B

RGB

 RED value IS 11 (4.69% from 255) = 12.09%

 GREEN value IS 5 (2.34% from 255) = 5.49%

 BLUE value IS 75 (29.69% from 255) = 82.42%

R = 12.09%
G = 5.49%
B = 82.42%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B054B (or 0x0B054B) is known color: Midnight Blue. HEX triplet: 0B, 05 and 4B. RGB value is (11,5,75). Sum of RGB (Red+Green+Blue) = 11+5+75=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B054B is #F4FAB4. Grayscale: #0E0E0E. Windows color (decimal): -16054965 or 4916491. OLE color: 4916491.

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

Color convert

RGB 11 5 75 -
CMYK 0.85 0.93 0 0.71
HSL 245.14º 0.88% 0.16% -
HSV(B) 245.14º 0.93% 0.29% -
XYZ 1.46 0.69 6.71 -
YUV 14.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 11 5 75 0.85 0.93 0 0.71 245.14 0.88 0.16
Hex B 5 4B 55 5D 0 47 F5 58 10
Octal 13 5 113 125 135 0 107 365 130 20
Binary 1011 101 1001011 1010101 1011101 0 1000111 11110101 1011000 10000

Color Harmonies of #0B054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B054B

Black with #0B054B

Text Example


Text Example

White with #0B054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B054B;
 }
 .AnyTagClassName
 {
   color: #0B054B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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