Html Css Color HEX #13253F Midnight

📋 copy color: '#13253F'

red 19 ◦ green 37 ◦ blue 63

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

Shades of Midnight #13253F

Tints of Midnight #13253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 63 (25% from 255) = 52.94%

R = 15.97%
G = 31.09%
B = 52.94%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13253F (or 0x13253F) is known color: Midnight. HEX triplet: 13, 25 and 3F. RGB value is (19,37,63). Sum of RGB (Red+Green+Blue) = 19+37+63=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #13253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13253F is #ECDAC0. Grayscale: #222222. Windows color (decimal): -15522497 or 4138259. OLE color: 4138259.

HSL color Cylindrical-coordinate representation of color #13253F: hue angle of 215.45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13253F is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 37 63 -
CMYK 0.70 0.41 0 0.75
HSL 215.45º 0.54% 0.16% -
HSV(B) 215.45º 0.7% 0.25% -
XYZ 1.83 1.82 4.96 -
YUV 34.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 19 37 63 0.70 0.41 0 0.75 215.45 0.54 0.16
Hex 13 25 3F 46 29 0 4B D7 36 10
Octal 23 45 77 106 51 0 113 327 66 20
Binary 10011 100101 111111 1000110 101001 0 1001011 11010111 110110 10000

Color Harmonies of #13253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13253F

Black with #13253F

Text Example


Text Example

White with #13253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,37,63); }

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

background-color css

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

 a { background-color: rgb(19,37,63); }

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

border-color css

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

 span { border-color: rgb(19,37,63); }

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