Html Css Color HEX #000FAB New Midnight Blue

📋 copy color: '#000FAB'

red 0 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #000FAB

Tints of New Midnight Blue #000FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 171 (67.19% from 255) = 91.94%

R = 0%
G = 8.06%
B = 91.94%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#000FAB (or 0x000FAB) is known color: New Midnight Blue. HEX triplet: 00, 0F and AB. RGB value is (0,15,171). Sum of RGB (Red+Green+Blue) = 0+15+171=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 171 (67.19% from 255 or 91.94% from 186); Max value from RGB is 171 - color contains mainly: blue. Hex color #000FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FAB is #FFF054. Grayscale: #1B1B1B. Windows color (decimal): -16773205 or 11210496. OLE color: 11210496.

HSL color Cylindrical-coordinate representation of color #000FAB: hue angle of 234.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FAB is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 15 171 -
CMYK 1 0.91 0 0.33
HSL 234.74º 1% 0.34% -
HSV(B) 234.74º 1% 0.67% -
XYZ 7.52 3.28 38.77 -
YUV 28.3 208.53 107.82 -
System Red Green Blue C M Y K H S L
Decimal 0 15 171 1 0.91 0 0.33 234.74 1 0.34
Hex 0 F AB 64 5B 0 21 EB 64 22
Octal 0 17 253 144 133 0 41 353 144 42
Binary 0 1111 10101011 1100100 1011011 0 100001 11101011 1100100 100010

Color Harmonies of #000FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FAB

Black with #000FAB

Text Example


Text Example

White with #000FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,15,171); }

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

background-color css

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

 a { background-color: rgb(0,15,171); }

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

border-color css

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

 span { border-color: rgb(0,15,171); }

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