Html Css Color HEX #010FAA New Midnight Blue

📋 copy color: '#010FAA'

red 1 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #010FAA

Tints of New Midnight Blue #010FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 91.4%

R = 0.54%
G = 8.06%
B = 91.4%

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

#010FAA (or 0x010FAA) is known color: New Midnight Blue. HEX triplet: 01, 0F and AA. RGB value is (1,15,170). Sum of RGB (Red+Green+Blue) = 1+15+170=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 170 (66.80% from 255 or 91.40% from 186); Max value from RGB is 170 - color contains mainly: blue. Hex color #010FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FAA is #FEF055. Grayscale: #1B1B1B. Windows color (decimal): -16707670 or 11144961. OLE color: 11144961.

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

Color convert

RGB 1 15 170 -
CMYK 0.99 0.91 0 0.33
HSL 235.03º 0.99% 0.34% -
HSV(B) 235.03º 0.99% 0.67% -
XYZ 7.44 3.25 38.27 -
YUV 28.48 207.86 108.4 -
System Red Green Blue C M Y K H S L
Decimal 1 15 170 0.99 0.91 0 0.33 235.03 0.99 0.34
Hex 1 F AA 63 5B 0 21 EB 63 22
Octal 1 17 252 143 133 0 41 353 143 42
Binary 1 1111 10101010 1100011 1011011 0 100001 11101011 1100011 100010

Color Harmonies of #010FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FAA

Black with #010FAA

Text Example


Text Example

White with #010FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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