Html Css Color HEX #131F60 Sapphire

📋 copy color: '#131F60'

red 19 ◦ green 31 ◦ blue 96

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

Shades of Sapphire #131F60

Tints of Sapphire #131F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 13.01%
G = 21.23%
B = 65.75%

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

#131F60 (or 0x131F60) is known color: Sapphire. HEX triplet: 13, 1F and 60. RGB value is (19,31,96). Sum of RGB (Red+Green+Blue) = 19+31+96=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #131F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F60 is #ECE09F. Grayscale: #222222. Windows color (decimal): -15524000 or 6299411. OLE color: 6299411.

HSL color Cylindrical-coordinate representation of color #131F60: hue angle of 230.65º 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 #131F60 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 31 96 -
CMYK 0.80 0.68 0 0.62
HSL 230.65º 0.67% 0.23% -
HSV(B) 230.65º 0.8% 0.38% -
XYZ 2.87 1.96 11.29 -
YUV 34.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 19 31 96 0.80 0.68 0 0.62 230.65 0.67 0.23
Hex 13 1F 60 50 44 0 3E E7 43 17
Octal 23 37 140 120 104 0 76 347 103 27
Binary 10011 11111 1100000 1010000 1000100 0 111110 11100111 1000011 10111

Color Harmonies of #131F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F60

Black with #131F60

Text Example


Text Example

White with #131F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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