Html Css Color HEX #10175D Midnight Blue

📋 copy color: '#10175D'

red 16 ◦ green 23 ◦ blue 93

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

Shades of Midnight Blue #10175D

Tints of Midnight Blue #10175D

RGB

 RED value IS 16 (6.64% from 255) = 12.12%

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

 BLUE value IS 93 (36.72% from 255) = 70.45%

R = 12.12%
G = 17.42%
B = 70.45%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10175D (or 0x10175D) is known color: Midnight Blue. HEX triplet: 10, 17 and 5D. RGB value is (16,23,93). Sum of RGB (Red+Green+Blue) = 16+23+93=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #10175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10175D is #EFE8A2. Grayscale: #1C1C1C. Windows color (decimal): -15722659 or 6100752. OLE color: 6100752.

HSL color Cylindrical-coordinate representation of color #10175D: hue angle of 234.55º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10175D is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 23 93 -
CMYK 0.83 0.75 0 0.64
HSL 234.55º 0.71% 0.21% -
HSV(B) 234.55º 0.83% 0.36% -
XYZ 2.5 1.51 10.52 -
YUV 28.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 16 23 93 0.83 0.75 0 0.64 234.55 0.71 0.21
Hex 10 17 5D 53 4B 0 40 EB 47 15
Octal 20 27 135 123 113 0 100 353 107 25
Binary 10000 10111 1011101 1010011 1001011 0 1000000 11101011 1000111 10101

Color Harmonies of #10175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10175D

Black with #10175D

Text Example


Text Example

White with #10175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10175D; }

 p { color: rgb(16,23,93); }

 H1.HeaderClassName
 {
   color: #10175D;
 }
 .AnyTagClassName
 {
   color: #10175D;
 }
</style>

background-color css

<style>
 a { background-color: #10175D; }

 a { background-color: rgb(16,23,93); }

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

border-color css

<style>
 span { border-color: #10175D; }

 span { border-color: rgb(16,23,93); }

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