Html Css Color HEX #110CAC New Midnight Blue

📋 copy color: '#110CAC'

red 17 ◦ green 12 ◦ blue 172

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

Shades of New Midnight Blue #110CAC

Tints of New Midnight Blue #110CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.97%

 BLUE value IS 172 (67.58% from 255) = 85.57%

R = 8.46%
G = 5.97%
B = 85.57%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110CAC (or 0x110CAC) is known color: New Midnight Blue. HEX triplet: 11, 0C and AC. RGB value is (17,12,172). Sum of RGB (Red+Green+Blue) = 17+12+172=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #110CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110CAC is #EEF353. Grayscale: #1F1F1F. Windows color (decimal): -15659860 or 11275281. OLE color: 11275281.

HSL color Cylindrical-coordinate representation of color #110CAC: hue angle of 241.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110CAC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 12 172 -
CMYK 0.90 0.93 0 0.33
HSL 241.88º 0.87% 0.36% -
HSV(B) 241.88º 0.93% 0.67% -
XYZ 7.81 3.36 39.27 -
YUV 31.74 207.16 117.49 -
System Red Green Blue C M Y K H S L
Decimal 17 12 172 0.90 0.93 0 0.33 241.88 0.87 0.36
Hex 11 C AC 5A 5D 0 21 F2 57 24
Octal 21 14 254 132 135 0 41 362 127 44
Binary 10001 1100 10101100 1011010 1011101 0 100001 11110010 1010111 100100

Color Harmonies of #110CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CAC

Black with #110CAC

Text Example


Text Example

White with #110CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,172); }

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

background-color css

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

 a { background-color: rgb(17,12,172); }

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

border-color css

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

 span { border-color: rgb(17,12,172); }

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