Html Css Color HEX #17145F Midnight Blue

📋 copy color: '#17145F'

red 23 ◦ green 20 ◦ blue 95

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

Shades of Midnight Blue #17145F

Tints of Midnight Blue #17145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 95 (37.5% from 255) = 68.84%

R = 16.67%
G = 14.49%
B = 68.84%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17145F (or 0x17145F) is known color: Midnight Blue. HEX triplet: 17, 14 and 5F. RGB value is (23,20,95). Sum of RGB (Red+Green+Blue) = 23+20+95=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 95 (37.5% from 255 or 68.84% from 138); Max value from RGB is 95 - color contains mainly: blue. Hex color #17145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17145F is #E8EBA0. Grayscale: #1D1D1D. Windows color (decimal): -15264673 or 6231063. OLE color: 6231063.

HSL color Cylindrical-coordinate representation of color #17145F: hue angle of 242.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17145F is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 20 95 -
CMYK 0.76 0.79 0 0.63
HSL 242.4º 0.65% 0.23% -
HSV(B) 242.4º 0.79% 0.37% -
XYZ 2.67 1.51 10.98 -
YUV 29.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 23 20 95 0.76 0.79 0 0.63 242.4 0.65 0.23
Hex 17 14 5F 4C 4F 0 3F F2 41 17
Octal 27 24 137 114 117 0 77 362 101 27
Binary 10111 10100 1011111 1001100 1001111 0 111111 11110010 1000001 10111

Color Harmonies of #17145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17145F

Black with #17145F

Text Example


Text Example

White with #17145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,20,95); }

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

background-color css

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

 a { background-color: rgb(23,20,95); }

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

border-color css

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

 span { border-color: rgb(23,20,95); }

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