Html Css Color HEX #10217F Midnight Blue

📋 copy color: '#10217F'

red 16 ◦ green 33 ◦ blue 127

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

Shades of Midnight Blue #10217F

Tints of Midnight Blue #10217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

 BLUE value IS 127 (50% from 255) = 72.16%

R = 9.09%
G = 18.75%
B = 72.16%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10217F (or 0x10217F) is known color: Midnight Blue. HEX triplet: 10, 21 and 7F. RGB value is (16,33,127). Sum of RGB (Red+Green+Blue) = 16+33+127=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #10217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10217F is #EFDE80. Grayscale: #262626. Windows color (decimal): -15720065 or 8331536. OLE color: 8331536.

HSL color Cylindrical-coordinate representation of color #10217F: hue angle of 230.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10217F is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 33 127 -
CMYK 0.87 0.74 0 0.50
HSL 230.81º 0.78% 0.28% -
HSV(B) 230.81º 0.87% 0.5% -
XYZ 4.59 2.73 20.36 -
YUV 38.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 16 33 127 0.87 0.74 0 0.50 230.81 0.78 0.28
Hex 10 21 7F 57 4A 0 32 E7 4E 1C
Octal 20 41 177 127 112 0 62 347 116 34
Binary 10000 100001 1111111 1010111 1001010 0 110010 11100111 1001110 11100

Color Harmonies of #10217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10217F

Black with #10217F

Text Example


Text Example

White with #10217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,33,127); }

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

background-color css

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

 a { background-color: rgb(16,33,127); }

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

border-color css

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

 span { border-color: rgb(16,33,127); }

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