Html Css Color HEX #133577 Sapphire

📋 copy color: '#133577'

red 19 ◦ green 53 ◦ blue 119

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

Shades of Sapphire #133577

Tints of Sapphire #133577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.3%

R = 9.95%
G = 27.75%
B = 62.3%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133577 (or 0x133577) is known color: Sapphire. HEX triplet: 13, 35 and 77. RGB value is (19,53,119). Sum of RGB (Red+Green+Blue) = 19+53+119=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #133577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133577 is #ECCA88. Grayscale: #323232. Windows color (decimal): -15518345 or 7812371. OLE color: 7812371.

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

Color convert

RGB 19 53 119 -
CMYK 0.84 0.55 0 0.53
HSL 219.6º 0.72% 0.27% -
HSV(B) 219.6º 0.84% 0.47% -
XYZ 4.87 4.02 17.97 -
YUV 50.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 19 53 119 0.84 0.55 0 0.53 219.6 0.72 0.27
Hex 13 35 77 54 37 0 35 DC 48 1B
Octal 23 65 167 124 67 0 65 334 110 33
Binary 10011 110101 1110111 1010100 110111 0 110101 11011100 1001000 11011

Color Harmonies of #133577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133577

Black with #133577

Text Example


Text Example

White with #133577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133577; }

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

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

background-color css

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

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

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

border-color css

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

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

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