Html Css Color HEX #0100AB New Midnight Blue

📋 copy color: '#0100AB'

red 1 ◦ green 0 ◦ blue 171

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

Shades of New Midnight Blue #0100AB

Tints of New Midnight Blue #0100AB

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

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

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

R = 0.58%
G = 0%
B = 99.42%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0100AB (or 0x0100AB) is known color: New Midnight Blue. HEX triplet: 01, 00 and AB. RGB value is (1,0,171). Sum of RGB (Red+Green+Blue) = 1+0+171=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 171 (67.19% from 255 or 99.42% from 172); Max value from RGB is 171 - color contains mainly: blue. Hex color #0100AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0100AB is #FEFF54. Grayscale: #131313. Windows color (decimal): -16711509 or 11206657. OLE color: 11206657.

HSL color Cylindrical-coordinate representation of color #0100AB: hue angle of 240.35º 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 #0100AB is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 0 171 -
CMYK 0.99 1 0 0.33
HSL 240.35º 1% 0.34% -
HSV(B) 240.35º 1% 0.67% -
XYZ 7.36 2.95 38.71 -
YUV 19.79 213.33 114.6 -
System Red Green Blue C M Y K H S L
Decimal 1 0 171 0.99 1 0 0.33 240.35 1 0.34
Hex 1 0 AB 63 64 0 21 F0 64 22
Octal 1 0 253 143 144 0 41 360 144 42
Binary 1 0 10101011 1100011 1100100 0 100001 11110000 1100100 100010

Color Harmonies of #0100AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0100AB

Black with #0100AB

Text Example


Text Example

White with #0100AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0100AB; }

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

 H1.HeaderClassName
 {
   color: #0100AB;
 }
 .AnyTagClassName
 {
   color: #0100AB;
 }
</style>

background-color css

<style>
 a { background-color: #0100AB; }

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

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

border-color css

<style>
 span { border-color: #0100AB; }

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

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