Html Css Color HEX #133576 Sapphire

📋 copy color: '#133576'

red 19 ◦ green 53 ◦ blue 118

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

Shades of Sapphire #133576

Tints of Sapphire #133576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 10%
G = 27.89%
B = 62.11%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133576 (or 0x133576) is known color: Sapphire. HEX triplet: 13, 35 and 76. RGB value is (19,53,118). Sum of RGB (Red+Green+Blue) = 19+53+118=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #133576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133576 is #ECCA89. Grayscale: #313131. Windows color (decimal): -15518346 or 7746835. OLE color: 7746835.

HSL color Cylindrical-coordinate representation of color #133576: hue angle of 219.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133576 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 53 118 -
CMYK 0.84 0.55 0 0.54
HSL 219.39º 0.72% 0.27% -
HSV(B) 219.39º 0.84% 0.46% -
XYZ 4.81 3.99 17.66 -
YUV 50.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 19 53 118 0.84 0.55 0 0.54 219.39 0.72 0.27
Hex 13 35 76 54 37 0 36 DB 48 1B
Octal 23 65 166 124 67 0 66 333 110 33
Binary 10011 110101 1110110 1010100 110111 0 110110 11011011 1001000 11011

Color Harmonies of #133576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133576

Black with #133576

Text Example


Text Example

White with #133576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133576; }

 p { color: rgb(19,53,118); }

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

background-color css

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

 a { background-color: rgb(19,53,118); }

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

border-color css

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

 span { border-color: rgb(19,53,118); }

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