Html Css Color HEX #131B5F Midnight Blue

📋 copy color: '#131B5F'

red 19 ◦ green 27 ◦ blue 95

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

Shades of Midnight Blue #131B5F

Tints of Midnight Blue #131B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

 BLUE value IS 95 (37.5% from 255) = 67.38%

R = 13.48%
G = 19.15%
B = 67.38%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#131B5F (or 0x131B5F) is known color: Midnight Blue. HEX triplet: 13, 1B and 5F. RGB value is (19,27,95). Sum of RGB (Red+Green+Blue) = 19+27+95=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #131B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B5F is #ECE4A0. Grayscale: #202020. Windows color (decimal): -15525025 or 6232851. OLE color: 6232851.

HSL color Cylindrical-coordinate representation of color #131B5F: hue angle of 233.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131B5F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 27 95 -
CMYK 0.80 0.72 0 0.63
HSL 233.68º 0.67% 0.22% -
HSV(B) 233.68º 0.8% 0.37% -
XYZ 2.73 1.75 11.02 -
YUV 32.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 19 27 95 0.80 0.72 0 0.63 233.68 0.67 0.22
Hex 13 1B 5F 50 48 0 3F EA 43 16
Octal 23 33 137 120 110 0 77 352 103 26
Binary 10011 11011 1011111 1010000 1001000 0 111111 11101010 1000011 10110

Color Harmonies of #131B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B5F

Black with #131B5F

Text Example


Text Example

White with #131B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131B5F; }

 p { color: rgb(19,27,95); }

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

background-color css

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

 a { background-color: rgb(19,27,95); }

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

border-color css

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

 span { border-color: rgb(19,27,95); }

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