Html Css Color HEX #131883 Midnight Blue

📋 copy color: '#131883'

red 19 ◦ green 24 ◦ blue 131

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

Shades of Midnight Blue #131883

Tints of Midnight Blue #131883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 75.29%

R = 10.92%
G = 13.79%
B = 75.29%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131883 (or 0x131883) is known color: Midnight Blue. HEX triplet: 13, 18 and 83. RGB value is (19,24,131). Sum of RGB (Red+Green+Blue) = 19+24+131=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #131883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131883 is #ECE77C. Grayscale: #222222. Windows color (decimal): -15525757 or 8591379. OLE color: 8591379.

HSL color Cylindrical-coordinate representation of color #131883: hue angle of 237.32º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131883 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 24 131 -
CMYK 0.85 0.82 0 0.49
HSL 237.32º 0.75% 0.29% -
HSV(B) 237.32º 0.85% 0.51% -
XYZ 4.69 2.43 21.69 -
YUV 34.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 19 24 131 0.85 0.82 0 0.49 237.32 0.75 0.29
Hex 13 18 83 55 52 0 31 ED 4B 1D
Octal 23 30 203 125 122 0 61 355 113 35
Binary 10011 11000 10000011 1010101 1010010 0 110001 11101101 1001011 11101

Color Harmonies of #131883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131883

Black with #131883

Text Example


Text Example

White with #131883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131883; }

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

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

background-color css

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

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

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

border-color css

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

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

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