Html Css Color HEX #131F5D Sapphire

📋 copy color: '#131F5D'

red 19 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #131F5D

Tints of Sapphire #131F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.03%

R = 13.29%
G = 21.68%
B = 65.03%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131F5D (or 0x131F5D) is known color: Sapphire. HEX triplet: 13, 1F and 5D. RGB value is (19,31,93). Sum of RGB (Red+Green+Blue) = 19+31+93=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #131F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F5D is #ECE0A2. Grayscale: #222222. Windows color (decimal): -15524003 or 6102803. OLE color: 6102803.

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

Color convert

RGB 19 31 93 -
CMYK 0.80 0.67 0 0.64
HSL 230.27º 0.66% 0.22% -
HSV(B) 230.27º 0.8% 0.36% -
XYZ 2.73 1.91 10.58 -
YUV 34.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 19 31 93 0.80 0.67 0 0.64 230.27 0.66 0.22
Hex 13 1F 5D 50 43 0 40 E6 42 16
Octal 23 37 135 120 103 0 100 346 102 26
Binary 10011 11111 1011101 1010000 1000011 0 1000000 11100110 1000010 10110

Color Harmonies of #131F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F5D

Black with #131F5D

Text Example


Text Example

White with #131F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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