Html Css Color HEX #100AAB New Midnight Blue

📋 copy color: '#100AAB'

red 16 ◦ green 10 ◦ blue 171

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

Shades of New Midnight Blue #100AAB

Tints of New Midnight Blue #100AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 8.12%
G = 5.08%
B = 86.8%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#100AAB (or 0x100AAB) is known color: New Midnight Blue. HEX triplet: 10, 0A and AB. RGB value is (16,10,171). Sum of RGB (Red+Green+Blue) = 16+10+171=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 171 (67.19% from 255 or 86.80% from 197); Max value from RGB is 171 - color contains mainly: blue. Hex color #100AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100AAB is #EFF554. Grayscale: #1D1D1D. Windows color (decimal): -15725909 or 11209232. OLE color: 11209232.

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

Color convert

RGB 16 10 171 -
CMYK 0.91 0.94 0 0.33
HSL 242.24º 0.89% 0.35% -
HSV(B) 242.24º 0.94% 0.67% -
XYZ 7.67 3.27 38.75 -
YUV 30.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 16 10 171 0.91 0.94 0 0.33 242.24 0.89 0.35
Hex 10 A AB 5B 5E 0 21 F2 59 23
Octal 20 12 253 133 136 0 41 362 131 43
Binary 10000 1010 10101011 1011011 1011110 0 100001 11110010 1011001 100011

Color Harmonies of #100AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100AAB

Black with #100AAB

Text Example


Text Example

White with #100AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,10,171); }

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

background-color css

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

 a { background-color: rgb(16,10,171); }

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

border-color css

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

 span { border-color: rgb(16,10,171); }

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