Html Css Color HEX #131D5E Sapphire

📋 copy color: '#131D5E'

red 19 ◦ green 29 ◦ blue 94

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

Shades of Sapphire #131D5E

Tints of Sapphire #131D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 94 (37.11% from 255) = 66.2%

R = 13.38%
G = 20.42%
B = 66.2%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#131D5E (or 0x131D5E) is known color: Sapphire. HEX triplet: 13, 1D and 5E. RGB value is (19,29,94). Sum of RGB (Red+Green+Blue) = 19+29+94=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #131D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D5E is #ECE2A1. Grayscale: #212121. Windows color (decimal): -15524514 or 6167827. OLE color: 6167827.

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

Color convert

RGB 19 29 94 -
CMYK 0.80 0.69 0 0.63
HSL 232º 0.66% 0.22% -
HSV(B) 232º 0.8% 0.37% -
XYZ 2.73 1.83 10.8 -
YUV 33.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 19 29 94 0.80 0.69 0 0.63 232 0.66 0.22
Hex 13 1D 5E 50 45 0 3F E8 42 16
Octal 23 35 136 120 105 0 77 350 102 26
Binary 10011 11101 1011110 1010000 1000101 0 111111 11101000 1000010 10110

Color Harmonies of #131D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D5E

Black with #131D5E

Text Example


Text Example

White with #131D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,94); }

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

background-color css

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

 a { background-color: rgb(19,29,94); }

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

border-color css

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

 span { border-color: rgb(19,29,94); }

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