Html Css Color HEX #100FAA New Midnight Blue

📋 copy color: '#100FAA'

red 16 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #100FAA

Tints of New Midnight Blue #100FAA

RGB

 RED value IS 16 (6.64% from 255) = 7.96%

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

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

R = 7.96%
G = 7.46%
B = 84.58%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#100FAA (or 0x100FAA) is known color: New Midnight Blue. HEX triplet: 10, 0F and AA. RGB value is (16,15,170). Sum of RGB (Red+Green+Blue) = 16+15+170=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #100FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FAA is #EFF055. Grayscale: #202020. Windows color (decimal): -15724630 or 11144976. OLE color: 11144976.

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

Color convert

RGB 16 15 170 -
CMYK 0.91 0.91 0 0.33
HSL 240.39º 0.84% 0.36% -
HSV(B) 240.39º 0.91% 0.67% -
XYZ 7.64 3.35 38.27 -
YUV 32.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 16 15 170 0.91 0.91 0 0.33 240.39 0.84 0.36
Hex 10 F AA 5B 5B 0 21 F0 54 24
Octal 20 17 252 133 133 0 41 360 124 44
Binary 10000 1111 10101010 1011011 1011011 0 100001 11110000 1010100 100100

Color Harmonies of #100FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100FAA

Black with #100FAA

Text Example


Text Example

White with #100FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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