Html Css Color HEX #132852 Sapphire

📋 copy color: '#132852'

red 19 ◦ green 40 ◦ blue 82

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

Shades of Sapphire #132852

Tints of Sapphire #132852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 13.48%
G = 28.37%
B = 58.16%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132852 (or 0x132852) is known color: Sapphire. HEX triplet: 13, 28 and 52. RGB value is (19,40,82). Sum of RGB (Red+Green+Blue) = 19+40+82=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #132852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132852 is #ECD7AD. Grayscale: #262626. Windows color (decimal): -15521710 or 5384211. OLE color: 5384211.

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

Color convert

RGB 19 40 82 -
CMYK 0.77 0.51 0 0.68
HSL 220º 0.62% 0.2% -
HSV(B) 220º 0.77% 0.32% -
XYZ 2.55 2.27 8.29 -
YUV 38.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 19 40 82 0.77 0.51 0 0.68 220 0.62 0.2
Hex 13 28 52 4D 33 0 44 DC 3E 14
Octal 23 50 122 115 63 0 104 334 76 24
Binary 10011 101000 1010010 1001101 110011 0 1000100 11011100 111110 10100

Color Harmonies of #132852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132852

Black with #132852

Text Example


Text Example

White with #132852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132852; }

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

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

background-color css

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

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

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

border-color css

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

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

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