Html Css Color HEX #132A51 Sapphire

📋 copy color: '#132A51'

red 19 ◦ green 42 ◦ blue 81

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

Shades of Sapphire #132A51

Tints of Sapphire #132A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.58%

 BLUE value IS 81 (32.03% from 255) = 57.04%

R = 13.38%
G = 29.58%
B = 57.04%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132A51 (or 0x132A51) is known color: Sapphire. HEX triplet: 13, 2A and 51. RGB value is (19,42,81). Sum of RGB (Red+Green+Blue) = 19+42+81=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #132A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A51 is #ECD5AE. Grayscale: #272727. Windows color (decimal): -15521199 or 5319187. OLE color: 5319187.

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

Color convert

RGB 19 42 81 -
CMYK 0.77 0.48 0 0.68
HSL 217.74º 0.62% 0.2% -
HSV(B) 217.74º 0.77% 0.32% -
XYZ 2.58 2.39 8.11 -
YUV 39.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 19 42 81 0.77 0.48 0 0.68 217.74 0.62 0.2
Hex 13 2A 51 4D 30 0 44 DA 3E 14
Octal 23 52 121 115 60 0 104 332 76 24
Binary 10011 101010 1010001 1001101 110000 0 1000100 11011010 111110 10100

Color Harmonies of #132A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A51

Black with #132A51

Text Example


Text Example

White with #132A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A51; }

 p { color: rgb(19,42,81); }

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

background-color css

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

 a { background-color: rgb(19,42,81); }

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

border-color css

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

 span { border-color: rgb(19,42,81); }

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