Html Css Color HEX #132053 Sapphire

📋 copy color: '#132053'

red 19 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #132053

Tints of Sapphire #132053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 14.18%
G = 23.88%
B = 61.94%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132053 (or 0x132053) is known color: Sapphire. HEX triplet: 13, 20 and 53. RGB value is (19,32,83). Sum of RGB (Red+Green+Blue) = 19+32+83=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #132053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132053 is #ECDFAC. Grayscale: #212121. Windows color (decimal): -15523757 or 5447699. OLE color: 5447699.

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

Color convert

RGB 19 32 83 -
CMYK 0.77 0.61 0 0.67
HSL 227.81º 0.63% 0.2% -
HSV(B) 227.81º 0.77% 0.33% -
XYZ 2.35 1.8 8.41 -
YUV 33.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 19 32 83 0.77 0.61 0 0.67 227.81 0.63 0.2
Hex 13 20 53 4D 3D 0 43 E4 3F 14
Octal 23 40 123 115 75 0 103 344 77 24
Binary 10011 100000 1010011 1001101 111101 0 1000011 11100100 111111 10100

Color Harmonies of #132053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132053

Black with #132053

Text Example


Text Example

White with #132053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132053; }

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

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

background-color css

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

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

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

border-color css

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

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

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