Html Css Color HEX #110EAF New Midnight Blue

📋 copy color: '#110EAF'

red 17 ◦ green 14 ◦ blue 175

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

Shades of New Midnight Blue #110EAF

Tints of New Midnight Blue #110EAF

RGB

 RED value IS 17 (7.03% from 255) = 8.25%

 GREEN value IS 14 (5.86% from 255) = 6.8%

 BLUE value IS 175 (68.75% from 255) = 84.95%

R = 8.25%
G = 6.8%
B = 84.95%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#110EAF (or 0x110EAF) is known color: New Midnight Blue. HEX triplet: 11, 0E and AF. RGB value is (17,14,175). Sum of RGB (Red+Green+Blue) = 17+14+175=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #110EAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAF is #EEF150. Grayscale: #202020. Windows color (decimal): -15659345 or 11472401. OLE color: 11472401.

HSL color Cylindrical-coordinate representation of color #110EAF: hue angle of 241.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EAF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 14 175 -
CMYK 0.90 0.92 0 0.31
HSL 241.12º 0.85% 0.37% -
HSV(B) 241.12º 0.92% 0.69% -
XYZ 8.13 3.53 40.81 -
YUV 33.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 17 14 175 0.90 0.92 0 0.31 241.12 0.85 0.37
Hex 11 E AF 5A 5C 0 1F F1 55 25
Octal 21 16 257 132 134 0 37 361 125 45
Binary 10001 1110 10101111 1011010 1011100 0 11111 11110001 1010101 100101

Color Harmonies of #110EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EAF

Black with #110EAF

Text Example


Text Example

White with #110EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110EAF; }

 p { color: rgb(17,14,175); }

 H1.HeaderClassName
 {
   color: #110EAF;
 }
 .AnyTagClassName
 {
   color: #110EAF;
 }
</style>

background-color css

<style>
 a { background-color: #110EAF; }

 a { background-color: rgb(17,14,175); }

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

border-color css

<style>
 span { border-color: #110EAF; }

 span { border-color: rgb(17,14,175); }

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