Html Css Color HEX #100DAA New Midnight Blue

📋 copy color: '#100DAA'

red 16 ◦ green 13 ◦ blue 170

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

Shades of New Midnight Blue #100DAA

Tints of New Midnight Blue #100DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 8.04%
G = 6.53%
B = 85.43%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#100DAA (or 0x100DAA) is known color: New Midnight Blue. HEX triplet: 10, 0D and AA. RGB value is (16,13,170). Sum of RGB (Red+Green+Blue) = 16+13+170=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #100DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100DAA is #EFF255. Grayscale: #1F1F1F. Windows color (decimal): -15725142 or 11144464. OLE color: 11144464.

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

Color convert

RGB 16 13 170 -
CMYK 0.91 0.92 0 0.33
HSL 241.15º 0.86% 0.36% -
HSV(B) 241.15º 0.92% 0.67% -
XYZ 7.61 3.3 38.27 -
YUV 31.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 16 13 170 0.91 0.92 0 0.33 241.15 0.86 0.36
Hex 10 D AA 5B 5C 0 21 F1 56 24
Octal 20 15 252 133 134 0 41 361 126 44
Binary 10000 1101 10101010 1011011 1011100 0 100001 11110001 1010110 100100

Color Harmonies of #100DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100DAA

Black with #100DAA

Text Example


Text Example

White with #100DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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