Html Css Color HEX #131F61 Sapphire

📋 copy color: '#131F61'

red 19 ◦ green 31 ◦ blue 97

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

Shades of Sapphire #131F61

Tints of Sapphire #131F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 12.93%
G = 21.09%
B = 65.99%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131F61 (or 0x131F61) is known color: Sapphire. HEX triplet: 13, 1F and 61. RGB value is (19,31,97). Sum of RGB (Red+Green+Blue) = 19+31+97=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #131F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F61 is #ECE09E. Grayscale: #222222. Windows color (decimal): -15523999 or 6364947. OLE color: 6364947.

HSL color Cylindrical-coordinate representation of color #131F61: hue angle of 230.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131F61 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 31 97 -
CMYK 0.80 0.68 0 0.62
HSL 230.77º 0.67% 0.23% -
HSV(B) 230.77º 0.8% 0.38% -
XYZ 2.92 1.98 11.54 -
YUV 34.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 19 31 97 0.80 0.68 0 0.62 230.77 0.67 0.23
Hex 13 1F 61 50 44 0 3E E7 43 17
Octal 23 37 141 120 104 0 76 347 103 27
Binary 10011 11111 1100001 1010000 1000100 0 111110 11100111 1000011 10111

Color Harmonies of #131F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F61

Black with #131F61

Text Example


Text Example

White with #131F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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