Html Css Color HEX #10137F Midnight Blue

📋 copy color: '#10137F'

red 16 ◦ green 19 ◦ blue 127

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

Shades of Midnight Blue #10137F

Tints of Midnight Blue #10137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

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

R = 9.88%
G = 11.73%
B = 78.4%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10137F (or 0x10137F) is known color: Midnight Blue. HEX triplet: 10, 13 and 7F. RGB value is (16,19,127). Sum of RGB (Red+Green+Blue) = 16+19+127=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #10137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10137F is #EFEC80. Grayscale: #1D1D1D. Windows color (decimal): -15723649 or 8327952. OLE color: 8327952.

HSL color Cylindrical-coordinate representation of color #10137F: hue angle of 238.38º 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 #10137F is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 19 127 -
CMYK 0.87 0.85 0 0.50
HSL 238.38º 0.78% 0.28% -
HSV(B) 238.38º 0.87% 0.5% -
XYZ 4.28 2.11 20.26 -
YUV 30.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 16 19 127 0.87 0.85 0 0.50 238.38 0.78 0.28
Hex 10 13 7F 57 55 0 32 EE 4E 1C
Octal 20 23 177 127 125 0 62 356 116 34
Binary 10000 10011 1111111 1010111 1010101 0 110010 11101110 1001110 11100

Color Harmonies of #10137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10137F

Black with #10137F

Text Example


Text Example

White with #10137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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