Html Css Color HEX #10177D Midnight Blue

📋 copy color: '#10177D'

red 16 ◦ green 23 ◦ blue 125

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

Shades of Midnight Blue #10177D

Tints of Midnight Blue #10177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 76.22%

R = 9.76%
G = 14.02%
B = 76.22%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10177D (or 0x10177D) is known color: Midnight Blue. HEX triplet: 10, 17 and 7D. RGB value is (16,23,125). Sum of RGB (Red+Green+Blue) = 16+23+125=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #10177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10177D is #EFE882. Grayscale: #202020. Windows color (decimal): -15722627 or 8197904. OLE color: 8197904.

HSL color Cylindrical-coordinate representation of color #10177D: hue angle of 236.15º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10177D is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 23 125 -
CMYK 0.87 0.82 0 0.51
HSL 236.15º 0.77% 0.28% -
HSV(B) 236.15º 0.87% 0.49% -
XYZ 4.22 2.2 19.6 -
YUV 32.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 16 23 125 0.87 0.82 0 0.51 236.15 0.77 0.28
Hex 10 17 7D 57 52 0 33 EC 4D 1C
Octal 20 27 175 127 122 0 63 354 115 34
Binary 10000 10111 1111101 1010111 1010010 0 110011 11101100 1001101 11100

Color Harmonies of #10177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10177D

Black with #10177D

Text Example


Text Example

White with #10177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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