Html Css Color HEX #132452 Sapphire

📋 copy color: '#132452'

red 19 ◦ green 36 ◦ blue 82

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

Shades of Sapphire #132452

Tints of Sapphire #132452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

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

R = 13.87%
G = 26.28%
B = 59.85%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132452 (or 0x132452) is known color: Sapphire. HEX triplet: 13, 24 and 52. RGB value is (19,36,82). Sum of RGB (Red+Green+Blue) = 19+36+82=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #132452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132452 is #ECDBAD. Grayscale: #232323. Windows color (decimal): -15522734 or 5383187. OLE color: 5383187.

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

Color convert

RGB 19 36 82 -
CMYK 0.77 0.56 0 0.68
HSL 223.81º 0.62% 0.2% -
HSV(B) 223.81º 0.77% 0.32% -
XYZ 2.42 2.01 8.24 -
YUV 36.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 19 36 82 0.77 0.56 0 0.68 223.81 0.62 0.2
Hex 13 24 52 4D 38 0 44 E0 3E 14
Octal 23 44 122 115 70 0 104 340 76 24
Binary 10011 100100 1010010 1001101 111000 0 1000100 11100000 111110 10100

Color Harmonies of #132452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132452

Black with #132452

Text Example


Text Example

White with #132452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132452; }

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

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

background-color css

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

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

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

border-color css

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

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

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