Html Css Color HEX #17145A Midnight Blue

📋 copy color: '#17145A'

red 23 ◦ green 20 ◦ blue 90

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

Shades of Midnight Blue #17145A

Tints of Midnight Blue #17145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 67.67%

R = 17.29%
G = 15.04%
B = 67.67%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17145A (or 0x17145A) is known color: Midnight Blue. HEX triplet: 17, 14 and 5A. RGB value is (23,20,90). Sum of RGB (Red+Green+Blue) = 23+20+90=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #17145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17145A is #E8EBA5. Grayscale: #1C1C1C. Windows color (decimal): -15264678 or 5903383. OLE color: 5903383.

HSL color Cylindrical-coordinate representation of color #17145A: hue angle of 242.57º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17145A is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 20 90 -
CMYK 0.74 0.78 0 0.65
HSL 242.57º 0.64% 0.22% -
HSV(B) 242.57º 0.78% 0.35% -
XYZ 2.45 1.42 9.82 -
YUV 28.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 23 20 90 0.74 0.78 0 0.65 242.57 0.64 0.22
Hex 17 14 5A 4A 4E 0 41 F3 40 16
Octal 27 24 132 112 116 0 101 363 100 26
Binary 10111 10100 1011010 1001010 1001110 0 1000001 11110011 1000000 10110

Color Harmonies of #17145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17145A

Black with #17145A

Text Example


Text Example

White with #17145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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