Html Css Color HEX #17127F Midnight Blue

📋 copy color: '#17127F'

red 23 ◦ green 18 ◦ blue 127

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

Shades of Midnight Blue #17127F

Tints of Midnight Blue #17127F

RGB

 RED value IS 23 (9.38% from 255) = 13.69%

 GREEN value IS 18 (7.42% from 255) = 10.71%

 BLUE value IS 127 (50% from 255) = 75.6%

R = 13.69%
G = 10.71%
B = 75.6%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#17127F (or 0x17127F) is known color: Midnight Blue. HEX triplet: 17, 12 and 7F. RGB value is (23,18,127). Sum of RGB (Red+Green+Blue) = 23+18+127=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #17127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17127F is #E8ED80. Grayscale: #1F1F1F. Windows color (decimal): -15265153 or 8327703. OLE color: 8327703.

HSL color Cylindrical-coordinate representation of color #17127F: hue angle of 242.75º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17127F is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 18 127 -
CMYK 0.82 0.86 0 0.50
HSL 242.75º 0.75% 0.28% -
HSV(B) 242.75º 0.86% 0.5% -
XYZ 4.4 2.15 20.26 -
YUV 31.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 23 18 127 0.82 0.86 0 0.50 242.75 0.75 0.28
Hex 17 12 7F 52 56 0 32 F3 4B 1C
Octal 27 22 177 122 126 0 62 363 113 34
Binary 10111 10010 1111111 1010010 1010110 0 110010 11110011 1001011 11100

Color Harmonies of #17127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17127F

Black with #17127F

Text Example


Text Example

White with #17127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17127F; }

 p { color: rgb(23,18,127); }

 H1.HeaderClassName
 {
   color: #17127F;
 }
 .AnyTagClassName
 {
   color: #17127F;
 }
</style>

background-color css

<style>
 a { background-color: #17127F; }

 a { background-color: rgb(23,18,127); }

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

border-color css

<style>
 span { border-color: #17127F; }

 span { border-color: rgb(23,18,127); }

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