Html Css Color HEX #133573 Sapphire

📋 copy color: '#133573'

red 19 ◦ green 53 ◦ blue 115

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

Shades of Sapphire #133573

Tints of Sapphire #133573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.5%

R = 10.16%
G = 28.34%
B = 61.5%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133573 (or 0x133573) is known color: Sapphire. HEX triplet: 13, 35 and 73. RGB value is (19,53,115). Sum of RGB (Red+Green+Blue) = 19+53+115=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #133573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133573 is #ECCA8C. Grayscale: #313131. Windows color (decimal): -15518349 or 7550227. OLE color: 7550227.

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

Color convert

RGB 19 53 115 -
CMYK 0.83 0.54 0 0.55
HSL 218.75º 0.72% 0.26% -
HSV(B) 218.75º 0.83% 0.45% -
XYZ 4.64 3.92 16.73 -
YUV 49.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 19 53 115 0.83 0.54 0 0.55 218.75 0.72 0.26
Hex 13 35 73 53 36 0 37 DB 48 1A
Octal 23 65 163 123 66 0 67 333 110 32
Binary 10011 110101 1110011 1010011 110110 0 110111 11011011 1001000 11010

Color Harmonies of #133573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133573

Black with #133573

Text Example


Text Example

White with #133573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133573; }

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

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

background-color css

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

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

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

border-color css

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

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

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