Html Css Color HEX #132052 Sapphire

📋 copy color: '#132052'

red 19 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #132052

Tints of Sapphire #132052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 61.65%

R = 14.29%
G = 24.06%
B = 61.65%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132052 (or 0x132052) is known color: Sapphire. HEX triplet: 13, 20 and 52. RGB value is (19,32,82). Sum of RGB (Red+Green+Blue) = 19+32+82=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #132052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132052 is #ECDFAD. Grayscale: #212121. Windows color (decimal): -15523758 or 5382163. OLE color: 5382163.

HSL color Cylindrical-coordinate representation of color #132052: hue angle of 227.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132052 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 32 82 -
CMYK 0.77 0.61 0 0.68
HSL 227.62º 0.62% 0.2% -
HSV(B) 227.62º 0.77% 0.32% -
XYZ 2.31 1.78 8.2 -
YUV 33.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 19 32 82 0.77 0.61 0 0.68 227.62 0.62 0.2
Hex 13 20 52 4D 3D 0 44 E4 3E 14
Octal 23 40 122 115 75 0 104 344 76 24
Binary 10011 100000 1010010 1001101 111101 0 1000100 11100100 111110 10100

Color Harmonies of #132052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132052

Black with #132052

Text Example


Text Example

White with #132052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132052; }

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

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

background-color css

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

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

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

border-color css

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

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

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