Html Css Color HEX #000B9E New Midnight Blue

📋 copy color: '#000B9E'

red 0 ◦ green 11 ◦ blue 158

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

Shades of New Midnight Blue #000B9E

Tints of New Midnight Blue #000B9E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.51%

 BLUE value IS 158 (62.11% from 255) = 93.49%

R = 0%
G = 6.51%
B = 93.49%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#000B9E (or 0x000B9E) is known color: New Midnight Blue. HEX triplet: 00, 0B and 9E. RGB value is (0,11,158). Sum of RGB (Red+Green+Blue) = 0+11+158=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 158 (62.11% from 255 or 93.49% from 169); Max value from RGB is 158 - color contains mainly: blue. Hex color #000B9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000B9E is #FFF461. Grayscale: #171717. Windows color (decimal): -16774242 or 10357504. OLE color: 10357504.

HSL color Cylindrical-coordinate representation of color #000B9E: hue angle of 235.82º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B9E is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 11 158 -
CMYK 1 0.93 0 0.38
HSL 235.82º 1% 0.31% -
HSV(B) 235.82º 1% 0.62% -
XYZ 6.29 2.71 32.54 -
YUV 24.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 0 11 158 1 0.93 0 0.38 235.82 1 0.31
Hex 0 B 9E 64 5D 0 26 EC 64 1F
Octal 0 13 236 144 135 0 46 354 144 37
Binary 0 1011 10011110 1100100 1011101 0 100110 11101100 1100100 11111

Color Harmonies of #000B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B9E

Black with #000B9E

Text Example


Text Example

White with #000B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B9E; }

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

 H1.HeaderClassName
 {
   color: #000B9E;
 }
 .AnyTagClassName
 {
   color: #000B9E;
 }
</style>

background-color css

<style>
 a { background-color: #000B9E; }

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

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

border-color css

<style>
 span { border-color: #000B9E; }

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

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