Html Css Color HEX #131D53 Sapphire

📋 copy color: '#131D53'

red 19 ◦ green 29 ◦ blue 83

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

Shades of Sapphire #131D53

Tints of Sapphire #131D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 63.36%

R = 14.5%
G = 22.14%
B = 63.36%

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

#131D53 (or 0x131D53) is known color: Sapphire. HEX triplet: 13, 1D and 53. RGB value is (19,29,83). Sum of RGB (Red+Green+Blue) = 19+29+83=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #131D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D53 is #ECE2AC. Grayscale: #1F1F1F. Windows color (decimal): -15524525 or 5446931. OLE color: 5446931.

HSL color Cylindrical-coordinate representation of color #131D53: hue angle of 230.62º 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 #131D53 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 29 83 -
CMYK 0.77 0.65 0 0.67
HSL 230.63º 0.63% 0.2% -
HSV(B) 230.63º 0.77% 0.33% -
XYZ 2.27 1.64 8.38 -
YUV 32.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 19 29 83 0.77 0.65 0 0.67 230.63 0.63 0.2
Hex 13 1D 53 4D 41 0 43 E7 3F 14
Octal 23 35 123 115 101 0 103 347 77 24
Binary 10011 11101 1010011 1001101 1000001 0 1000011 11100111 111111 10100

Color Harmonies of #131D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D53

Black with #131D53

Text Example


Text Example

White with #131D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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