Html Css Color HEX #0B005E Midnight Blue

📋 copy color: '#0B005E'

red 11 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #0B005E

Tints of Midnight Blue #0B005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 89.52%

R = 10.48%
G = 0%
B = 89.52%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B005E (or 0x0B005E) is known color: Midnight Blue. HEX triplet: 0B, 00 and 5E. RGB value is (11,0,94). Sum of RGB (Red+Green+Blue) = 11+0+94=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B005E is #F4FFA1. Grayscale: #0D0D0D. Windows color (decimal): -16056226 or 6160395. OLE color: 6160395.

HSL color Cylindrical-coordinate representation of color #0B005E: hue angle of 247.02º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B005E is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 0 94 -
CMYK 0.88 1 0 0.63
HSL 247.02º 1% 0.18% -
HSV(B) 247.02º 1% 0.37% -
XYZ 2.16 0.88 10.65 -
YUV 14.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 11 0 94 0.88 1 0 0.63 247.02 1 0.18
Hex B 0 5E 58 64 0 3F F7 64 12
Octal 13 0 136 130 144 0 77 367 144 22
Binary 1011 0 1011110 1011000 1100100 0 111111 11110111 1100100 10010

Color Harmonies of #0B005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B005E

Black with #0B005E

Text Example


Text Example

White with #0B005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,94); }

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

background-color css

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

 a { background-color: rgb(11,0,94); }

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

border-color css

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

 span { border-color: rgb(11,0,94); }

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