Html Css Color HEX #131F66 Midnight Blue

📋 copy color: '#131F66'

red 19 ◦ green 31 ◦ blue 102

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

Shades of Midnight Blue #131F66

Tints of Midnight Blue #131F66

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 102 (40.23% from 255) = 67.11%

R = 12.5%
G = 20.39%
B = 67.11%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#131F66 (or 0x131F66) is known color: Midnight Blue. HEX triplet: 13, 1F and 66. RGB value is (19,31,102). Sum of RGB (Red+Green+Blue) = 19+31+102=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #131F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F66 is #ECE099. Grayscale: #232323. Windows color (decimal): -15523994 or 6692627. OLE color: 6692627.

HSL color Cylindrical-coordinate representation of color #131F66: hue angle of 231.33º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131F66 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 31 102 -
CMYK 0.81 0.70 0 0.6
HSL 231.33º 0.69% 0.24% -
HSV(B) 231.33º 0.81% 0.4% -
XYZ 3.16 2.08 12.81 -
YUV 35.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 19 31 102 0.81 0.70 0 0.6 231.33 0.69 0.24
Hex 13 1F 66 51 46 0 3C E7 45 18
Octal 23 37 146 121 106 0 74 347 105 30
Binary 10011 11111 1100110 1010001 1000110 0 111100 11100111 1000101 11000

Color Harmonies of #131F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F66

Black with #131F66

Text Example


Text Example

White with #131F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,31,102); }

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

background-color css

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

 a { background-color: rgb(19,31,102); }

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

border-color css

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

 span { border-color: rgb(19,31,102); }

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