Html Css Color HEX #132252 Sapphire

📋 copy color: '#132252'

red 19 ◦ green 34 ◦ blue 82

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

Shades of Sapphire #132252

Tints of Sapphire #132252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 14.07%
G = 25.19%
B = 60.74%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132252 (or 0x132252) is known color: Sapphire. HEX triplet: 13, 22 and 52. RGB value is (19,34,82). Sum of RGB (Red+Green+Blue) = 19+34+82=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #132252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132252 is #ECDDAD. Grayscale: #222222. Windows color (decimal): -15523246 or 5382675. OLE color: 5382675.

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

Color convert

RGB 19 34 82 -
CMYK 0.77 0.59 0 0.68
HSL 225.71º 0.62% 0.2% -
HSV(B) 225.71º 0.77% 0.32% -
XYZ 2.36 1.89 8.22 -
YUV 34.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 19 34 82 0.77 0.59 0 0.68 225.71 0.62 0.2
Hex 13 22 52 4D 3B 0 44 E2 3E 14
Octal 23 42 122 115 73 0 104 342 76 24
Binary 10011 100010 1010010 1001101 111011 0 1000100 11100010 111110 10100

Color Harmonies of #132252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132252

Black with #132252

Text Example


Text Example

White with #132252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132252; }

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

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

background-color css

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

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

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

border-color css

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

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

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