Html Css Color HEX #17125B Midnight Blue

📋 copy color: '#17125B'

red 23 ◦ green 18 ◦ blue 91

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

Shades of Midnight Blue #17125B

Tints of Midnight Blue #17125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 17.42%
G = 13.64%
B = 68.94%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17125B (or 0x17125B) is known color: Midnight Blue. HEX triplet: 17, 12 and 5B. RGB value is (23,18,91). Sum of RGB (Red+Green+Blue) = 23+18+91=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #17125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17125B is #E8EDA4. Grayscale: #1B1B1B. Windows color (decimal): -15265189 or 5968407. OLE color: 5968407.

HSL color Cylindrical-coordinate representation of color #17125B: hue angle of 244.11º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17125B is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 18 91 -
CMYK 0.75 0.80 0 0.64
HSL 244.11º 0.67% 0.21% -
HSV(B) 244.11º 0.8% 0.36% -
XYZ 2.46 1.37 10.03 -
YUV 27.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 23 18 91 0.75 0.80 0 0.64 244.11 0.67 0.21
Hex 17 12 5B 4B 50 0 40 F4 43 15
Octal 27 22 133 113 120 0 100 364 103 25
Binary 10111 10010 1011011 1001011 1010000 0 1000000 11110100 1000011 10101

Color Harmonies of #17125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17125B

Black with #17125B

Text Example


Text Example

White with #17125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17125B; }

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

 H1.HeaderClassName
 {
   color: #17125B;
 }
 .AnyTagClassName
 {
   color: #17125B;
 }
</style>

background-color css

<style>
 a { background-color: #17125B; }

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

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

border-color css

<style>
 span { border-color: #17125B; }

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

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