Html Css Color HEX #17005A Midnight Blue

📋 copy color: '#17005A'

red 23 ◦ green 0 ◦ blue 90

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

Shades of Midnight Blue #17005A

Tints of Midnight Blue #17005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.35%
G = 0%
B = 79.65%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17005A (or 0x17005A) is known color: Midnight Blue. HEX triplet: 17, 00 and 5A. RGB value is (23,0,90). Sum of RGB (Red+Green+Blue) = 23+0+90=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #17005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17005A is #E8FFA5. Grayscale: #101010. Windows color (decimal): -15269798 or 5898263. OLE color: 5898263.

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

Color convert

RGB 23 0 90 -
CMYK 0.74 1 0 0.65
HSL 255.33º 1% 0.18% -
HSV(B) 255.33º 1% 0.35% -
XYZ 2.2 0.92 9.73 -
YUV 17.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 23 0 90 0.74 1 0 0.65 255.33 1 0.18
Hex 17 0 5A 4A 64 0 41 FF 64 12
Octal 27 0 132 112 144 0 101 377 144 22
Binary 10111 0 1011010 1001010 1100100 0 1000001 11111111 1100100 10010

Color Harmonies of #17005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17005A

Black with #17005A

Text Example


Text Example

White with #17005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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