Html Css Color HEX #000B9F New Midnight Blue

📋 copy color: '#000B9F'

red 0 ◦ green 11 ◦ blue 159

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

Shades of New Midnight Blue #000B9F

Tints of New Midnight Blue #000B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 93.53%

R = 0%
G = 6.47%
B = 93.53%

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

#000B9F (or 0x000B9F) is known color: New Midnight Blue. HEX triplet: 00, 0B and 9F. RGB value is (0,11,159). Sum of RGB (Red+Green+Blue) = 0+11+159=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 159 (62.5% from 255 or 93.53% from 170); Max value from RGB is 159 - color contains mainly: blue. Hex color #000B9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000B9F is #FFF460. Grayscale: #171717. Windows color (decimal): -16774241 or 10423040. OLE color: 10423040.

HSL color Cylindrical-coordinate representation of color #000B9F: hue angle of 235.85º 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 #000B9F is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 11 159 -
CMYK 1 0.93 0 0.38
HSL 235.85º 1% 0.31% -
HSV(B) 235.85º 1% 0.62% -
XYZ 6.38 2.74 32.99 -
YUV 24.58 203.86 110.47 -
System Red Green Blue C M Y K H S L
Decimal 0 11 159 1 0.93 0 0.38 235.85 1 0.31
Hex 0 B 9F 64 5D 0 26 EC 64 1F
Octal 0 13 237 144 135 0 46 354 144 37
Binary 0 1011 10011111 1100100 1011101 0 100110 11101100 1100100 11111

Color Harmonies of #000B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B9F

Black with #000B9F

Text Example


Text Example

White with #000B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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