Html Css Color HEX #100FAE New Midnight Blue

📋 copy color: '#100FAE'

red 16 ◦ green 15 ◦ blue 174

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

Shades of New Midnight Blue #100FAE

Tints of New Midnight Blue #100FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 84.88%

R = 7.8%
G = 7.32%
B = 84.88%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#100FAE (or 0x100FAE) is known color: New Midnight Blue. HEX triplet: 10, 0F and AE. RGB value is (16,15,174). Sum of RGB (Red+Green+Blue) = 16+15+174=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #100FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FAE is #EFF051. Grayscale: #202020. Windows color (decimal): -15724626 or 11407120. OLE color: 11407120.

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

Color convert

RGB 16 15 174 -
CMYK 0.91 0.91 0 0.32
HSL 240.38º 0.84% 0.37% -
HSV(B) 240.38º 0.91% 0.68% -
XYZ 8.02 3.51 40.3 -
YUV 33.43 207.33 115.57 -
System Red Green Blue C M Y K H S L
Decimal 16 15 174 0.91 0.91 0 0.32 240.38 0.84 0.37
Hex 10 F AE 5B 5B 0 20 F0 54 25
Octal 20 17 256 133 133 0 40 360 124 45
Binary 10000 1111 10101110 1011011 1011011 0 100000 11110000 1010100 100101

Color Harmonies of #100FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100FAE

Black with #100FAE

Text Example


Text Example

White with #100FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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