Html Css Color HEX #131D54 Sapphire

📋 copy color: '#131D54'

red 19 ◦ green 29 ◦ blue 84

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

Shades of Sapphire #131D54

Tints of Sapphire #131D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 63.64%

R = 14.39%
G = 21.97%
B = 63.64%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131D54 (or 0x131D54) is known color: Sapphire. HEX triplet: 13, 1D and 54. RGB value is (19,29,84). Sum of RGB (Red+Green+Blue) = 19+29+84=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #131D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D54 is #ECE2AB. Grayscale: #202020. Windows color (decimal): -15524524 or 5512467. OLE color: 5512467.

HSL color Cylindrical-coordinate representation of color #131D54: hue angle of 230.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131D54 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 29 84 -
CMYK 0.77 0.65 0 0.67
HSL 230.77º 0.63% 0.2% -
HSV(B) 230.77º 0.77% 0.33% -
XYZ 2.31 1.66 8.59 -
YUV 32.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 19 29 84 0.77 0.65 0 0.67 230.77 0.63 0.2
Hex 13 1D 54 4D 41 0 43 E7 3F 14
Octal 23 35 124 115 101 0 103 347 77 24
Binary 10011 11101 1010100 1001101 1000001 0 1000011 11100111 111111 10100

Color Harmonies of #131D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D54

Black with #131D54

Text Example


Text Example

White with #131D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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