Html Css Color HEX #100FAD New Midnight Blue

📋 copy color: '#100FAD'

red 16 ◦ green 15 ◦ blue 173

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

Shades of New Midnight Blue #100FAD

Tints of New Midnight Blue #100FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 84.8%

R = 7.84%
G = 7.35%
B = 84.8%

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

#100FAD (or 0x100FAD) is known color: New Midnight Blue. HEX triplet: 10, 0F and AD. RGB value is (16,15,173). Sum of RGB (Red+Green+Blue) = 16+15+173=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #100FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FAD is #EFF052. Grayscale: #202020. Windows color (decimal): -15724627 or 11341584. OLE color: 11341584.

HSL color Cylindrical-coordinate representation of color #100FAD: 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 #100FAD is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 15 173 -
CMYK 0.91 0.91 0 0.32
HSL 240.38º 0.84% 0.37% -
HSV(B) 240.38º 0.91% 0.68% -
XYZ 7.93 3.47 39.79 -
YUV 33.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 16 15 173 0.91 0.91 0 0.32 240.38 0.84 0.37
Hex 10 F AD 5B 5B 0 20 F0 54 25
Octal 20 17 255 133 133 0 40 360 124 45
Binary 10000 1111 10101101 1011011 1011011 0 100000 11110000 1010100 100101

Color Harmonies of #100FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100FAD

Black with #100FAD

Text Example


Text Example

White with #100FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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