Html Css Color HEX #131E5D Sapphire

📋 copy color: '#131E5D'

red 19 ◦ green 30 ◦ blue 93

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

Shades of Sapphire #131E5D

Tints of Sapphire #131E5D

RGB

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

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

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

R = 13.38%
G = 21.13%
B = 65.49%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131E5D (or 0x131E5D) is known color: Sapphire. HEX triplet: 13, 1E and 5D. RGB value is (19,30,93). Sum of RGB (Red+Green+Blue) = 19+30+93=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #131E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5D is #ECE1A2. Grayscale: #212121. Windows color (decimal): -15524259 or 6102547. OLE color: 6102547.

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

Color convert

RGB 19 30 93 -
CMYK 0.80 0.68 0 0.64
HSL 231.08º 0.66% 0.22% -
HSV(B) 231.08º 0.8% 0.36% -
XYZ 2.71 1.86 10.57 -
YUV 33.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 19 30 93 0.80 0.68 0 0.64 231.08 0.66 0.22
Hex 13 1E 5D 50 44 0 40 E7 42 16
Octal 23 36 135 120 104 0 100 347 102 26
Binary 10011 11110 1011101 1010000 1000100 0 1000000 11100111 1000010 10110

Color Harmonies of #131E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E5D

Black with #131E5D

Text Example


Text Example

White with #131E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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