Html Css Color HEX #17055F Midnight Blue

📋 copy color: '#17055F'

red 23 ◦ green 5 ◦ blue 95

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

Shades of Midnight Blue #17055F

Tints of Midnight Blue #17055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 18.7%
G = 4.07%
B = 77.24%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17055F (or 0x17055F) is known color: Midnight Blue. HEX triplet: 17, 05 and 5F. RGB value is (23,5,95). Sum of RGB (Red+Green+Blue) = 23+5+95=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #17055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17055F is #E8FAA0. Grayscale: #141414. Windows color (decimal): -15268513 or 6227223. OLE color: 6227223.

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

Color convert

RGB 23 5 95 -
CMYK 0.76 0.95 0 0.63
HSL 252º 0.9% 0.2% -
HSV(B) 252º 0.95% 0.37% -
XYZ 2.47 1.12 10.91 -
YUV 20.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 23 5 95 0.76 0.95 0 0.63 252 0.9 0.2
Hex 17 5 5F 4C 5F 0 3F FC 5A 14
Octal 27 5 137 114 137 0 77 374 132 24
Binary 10111 101 1011111 1001100 1011111 0 111111 11111100 1011010 10100

Color Harmonies of #17055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17055F

Black with #17055F

Text Example


Text Example

White with #17055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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