Html Css Color HEX #131E61 Sapphire

📋 copy color: '#131E61'

red 19 ◦ green 30 ◦ blue 97

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

Shades of Sapphire #131E61

Tints of Sapphire #131E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.55%

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

R = 13.01%
G = 20.55%
B = 66.44%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131E61 (or 0x131E61) is known color: Sapphire. HEX triplet: 13, 1E and 61. RGB value is (19,30,97). Sum of RGB (Red+Green+Blue) = 19+30+97=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #131E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E61 is #ECE19E. Grayscale: #222222. Windows color (decimal): -15524255 or 6364691. OLE color: 6364691.

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

Color convert

RGB 19 30 97 -
CMYK 0.80 0.69 0 0.62
HSL 231.54º 0.67% 0.23% -
HSV(B) 231.54º 0.8% 0.38% -
XYZ 2.89 1.93 11.53 -
YUV 34.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 19 30 97 0.80 0.69 0 0.62 231.54 0.67 0.23
Hex 13 1E 61 50 45 0 3E E8 43 17
Octal 23 36 141 120 105 0 76 350 103 27
Binary 10011 11110 1100001 1010000 1000101 0 111110 11101000 1000011 10111

Color Harmonies of #131E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E61

Black with #131E61

Text Example


Text Example

White with #131E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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