Html Css Color HEX #131853 Midnight Blue

📋 copy color: '#131853'

red 19 ◦ green 24 ◦ blue 83

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

Shades of Midnight Blue #131853

Tints of Midnight Blue #131853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

 BLUE value IS 83 (32.81% from 255) = 65.87%

R = 15.08%
G = 19.05%
B = 65.87%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131853 (or 0x131853) is known color: Midnight Blue. HEX triplet: 13, 18 and 53. RGB value is (19,24,83). Sum of RGB (Red+Green+Blue) = 19+24+83=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #131853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131853 is #ECE7AC. Grayscale: #1C1C1C. Windows color (decimal): -15525805 or 5445651. OLE color: 5445651.

HSL color Cylindrical-coordinate representation of color #131853: hue angle of 235.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131853 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 24 83 -
CMYK 0.77 0.71 0 0.67
HSL 235.31º 0.63% 0.2% -
HSV(B) 235.31º 0.77% 0.33% -
XYZ 2.16 1.42 8.34 -
YUV 29.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 19 24 83 0.77 0.71 0 0.67 235.31 0.63 0.2
Hex 13 18 53 4D 47 0 43 EB 3F 14
Octal 23 30 123 115 107 0 103 353 77 24
Binary 10011 11000 1010011 1001101 1000111 0 1000011 11101011 111111 10100

Color Harmonies of #131853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131853

Black with #131853

Text Example


Text Example

White with #131853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131853; }

 p { color: rgb(19,24,83); }

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

background-color css

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

 a { background-color: rgb(19,24,83); }

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

border-color css

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

 span { border-color: rgb(19,24,83); }

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