Html Css Color HEX #010FAB New Midnight Blue

📋 copy color: '#010FAB'

red 1 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #010FAB

Tints of New Midnight Blue #010FAB

RGB

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

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

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

R = 0.53%
G = 8.02%
B = 91.44%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#010FAB (or 0x010FAB) is known color: New Midnight Blue. HEX triplet: 01, 0F and AB. RGB value is (1,15,171). Sum of RGB (Red+Green+Blue) = 1+15+171=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 171 (67.19% from 255 or 91.44% from 187); Max value from RGB is 171 - color contains mainly: blue. Hex color #010FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FAB is #FEF054. Grayscale: #1B1B1B. Windows color (decimal): -16707669 or 11210497. OLE color: 11210497.

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

Color convert

RGB 1 15 171 -
CMYK 0.99 0.91 0 0.33
HSL 235.06º 0.99% 0.34% -
HSV(B) 235.06º 0.99% 0.67% -
XYZ 7.53 3.29 38.77 -
YUV 28.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 1 15 171 0.99 0.91 0 0.33 235.06 0.99 0.34
Hex 1 F AB 63 5B 0 21 EB 63 22
Octal 1 17 253 143 133 0 41 353 143 42
Binary 1 1111 10101011 1100011 1011011 0 100001 11101011 1100011 100010

Color Harmonies of #010FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FAB

Black with #010FAB

Text Example


Text Example

White with #010FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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