Html Css Color HEX #10137D Midnight Blue

📋 copy color: '#10137D'

red 16 ◦ green 19 ◦ blue 125

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

Shades of Midnight Blue #10137D

Tints of Midnight Blue #10137D

RGB

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

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

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

R = 10%
G = 11.88%
B = 78.13%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10137D (or 0x10137D) is known color: Midnight Blue. HEX triplet: 10, 13 and 7D. RGB value is (16,19,125). Sum of RGB (Red+Green+Blue) = 16+19+125=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #10137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10137D is #EFEC82. Grayscale: #1D1D1D. Windows color (decimal): -15723651 or 8196880. OLE color: 8196880.

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

Color convert

RGB 16 19 125 -
CMYK 0.87 0.85 0 0.51
HSL 238.35º 0.77% 0.28% -
HSV(B) 238.35º 0.87% 0.49% -
XYZ 4.15 2.06 19.58 -
YUV 30.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 16 19 125 0.87 0.85 0 0.51 238.35 0.77 0.28
Hex 10 13 7D 57 55 0 33 EE 4D 1C
Octal 20 23 175 127 125 0 63 356 115 34
Binary 10000 10011 1111101 1010111 1010101 0 110011 11101110 1001101 11100

Color Harmonies of #10137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10137D

Black with #10137D

Text Example


Text Example

White with #10137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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