Html Css Color HEX #132D53 Sapphire

📋 copy color: '#132D53'

red 19 ◦ green 45 ◦ blue 83

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

Shades of Sapphire #132D53

Tints of Sapphire #132D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.61%

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 12.93%
G = 30.61%
B = 56.46%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132D53 (or 0x132D53) is known color: Sapphire. HEX triplet: 13, 2D and 53. RGB value is (19,45,83). Sum of RGB (Red+Green+Blue) = 19+45+83=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #132D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D53 is #ECD2AC. Grayscale: #292929. Windows color (decimal): -15520429 or 5451027. OLE color: 5451027.

HSL color Cylindrical-coordinate representation of color #132D53: hue angle of 215.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132D53 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 45 83 -
CMYK 0.77 0.46 0 0.67
HSL 215.63º 0.63% 0.2% -
HSV(B) 215.63º 0.77% 0.33% -
XYZ 2.77 2.64 8.55 -
YUV 41.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 19 45 83 0.77 0.46 0 0.67 215.63 0.63 0.2
Hex 13 2D 53 4D 2E 0 43 D8 3F 14
Octal 23 55 123 115 56 0 103 330 77 24
Binary 10011 101101 1010011 1001101 101110 0 1000011 11011000 111111 10100

Color Harmonies of #132D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D53

Black with #132D53

Text Example


Text Example

White with #132D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,45,83); }

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

background-color css

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

 a { background-color: rgb(19,45,83); }

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

border-color css

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

 span { border-color: rgb(19,45,83); }

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