Html Css Color HEX #13237D Midnight Blue

📋 copy color: '#13237D'

red 19 ◦ green 35 ◦ blue 125

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

Shades of Midnight Blue #13237D

Tints of Midnight Blue #13237D

RGB

 RED value IS 19 (7.81% from 255) = 10.61%

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 10.61%
G = 19.55%
B = 69.83%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13237D (or 0x13237D) is known color: Midnight Blue. HEX triplet: 13, 23 and 7D. RGB value is (19,35,125). Sum of RGB (Red+Green+Blue) = 19+35+125=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #13237D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13237D is #ECDC82. Grayscale: #282828. Windows color (decimal): -15522947 or 8200979. OLE color: 8200979.

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

Color convert

RGB 19 35 125 -
CMYK 0.85 0.72 0 0.51
HSL 230.94º 0.74% 0.28% -
HSV(B) 230.94º 0.85% 0.49% -
XYZ 4.57 2.82 19.71 -
YUV 40.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 19 35 125 0.85 0.72 0 0.51 230.94 0.74 0.28
Hex 13 23 7D 55 48 0 33 E7 4A 1C
Octal 23 43 175 125 110 0 63 347 112 34
Binary 10011 100011 1111101 1010101 1001000 0 110011 11100111 1001010 11100

Color Harmonies of #13237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13237D

Black with #13237D

Text Example


Text Example

White with #13237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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