Html Css Color HEX #132152 Sapphire

📋 copy color: '#132152'

red 19 ◦ green 33 ◦ blue 82

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

Shades of Sapphire #132152

Tints of Sapphire #132152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.63%

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

R = 14.18%
G = 24.63%
B = 61.19%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132152 (or 0x132152) is known color: Sapphire. HEX triplet: 13, 21 and 52. RGB value is (19,33,82). Sum of RGB (Red+Green+Blue) = 19+33+82=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #132152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132152 is #ECDEAD. Grayscale: #222222. Windows color (decimal): -15523502 or 5382419. OLE color: 5382419.

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

Color convert

RGB 19 33 82 -
CMYK 0.77 0.60 0 0.68
HSL 226.67º 0.62% 0.2% -
HSV(B) 226.67º 0.77% 0.32% -
XYZ 2.34 1.84 8.21 -
YUV 34.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 19 33 82 0.77 0.60 0 0.68 226.67 0.62 0.2
Hex 13 21 52 4D 3C 0 44 E3 3E 14
Octal 23 41 122 115 74 0 104 343 76 24
Binary 10011 100001 1010010 1001101 111100 0 1000100 11100011 111110 10100

Color Harmonies of #132152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132152

Black with #132152

Text Example


Text Example

White with #132152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132152; }

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

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

background-color css

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

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

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

border-color css

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

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

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