Html Css Color HEX #1015AA New Midnight Blue

📋 copy color: '#1015AA'

red 16 ◦ green 21 ◦ blue 170

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

Shades of New Midnight Blue #1015AA

Tints of New Midnight Blue #1015AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 7.73%
G = 10.14%
B = 82.13%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1015AA (or 0x1015AA) is known color: New Midnight Blue. HEX triplet: 10, 15 and AA. RGB value is (16,21,170). Sum of RGB (Red+Green+Blue) = 16+21+170=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #1015AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1015AA is #EFEA55. Grayscale: #232323. Windows color (decimal): -15723094 or 11146512. OLE color: 11146512.

HSL color Cylindrical-coordinate representation of color #1015AA: hue angle of 238.05º degrees, saturation: 0.83, 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 #1015AA is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 21 170 -
CMYK 0.91 0.88 0 0.33
HSL 238.05º 0.83% 0.36% -
HSV(B) 238.05º 0.91% 0.67% -
XYZ 7.74 3.55 38.31 -
YUV 36.49 203.34 113.38 -
System Red Green Blue C M Y K H S L
Decimal 16 21 170 0.91 0.88 0 0.33 238.05 0.83 0.36
Hex 10 15 AA 5B 58 0 21 EE 53 24
Octal 20 25 252 133 130 0 41 356 123 44
Binary 10000 10101 10101010 1011011 1011000 0 100001 11101110 1010011 100100

Color Harmonies of #1015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1015AA

Black with #1015AA

Text Example


Text Example

White with #1015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1015AA; }

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

 H1.HeaderClassName
 {
   color: #1015AA;
 }
 .AnyTagClassName
 {
   color: #1015AA;
 }
</style>

background-color css

<style>
 a { background-color: #1015AA; }

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

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

border-color css

<style>
 span { border-color: #1015AA; }

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

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