Html Css Color HEX #132C53 Sapphire

📋 copy color: '#132C53'

red 19 ◦ green 44 ◦ blue 83

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

Shades of Sapphire #132C53

Tints of Sapphire #132C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.14%

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

R = 13.01%
G = 30.14%
B = 56.85%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132C53 (or 0x132C53) is known color: Sapphire. HEX triplet: 13, 2C and 53. RGB value is (19,44,83). Sum of RGB (Red+Green+Blue) = 19+44+83=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #132C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C53 is #ECD3AC. Grayscale: #282828. Windows color (decimal): -15520685 or 5450771. OLE color: 5450771.

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

Color convert

RGB 19 44 83 -
CMYK 0.77 0.47 0 0.67
HSL 216.56º 0.63% 0.2% -
HSV(B) 216.56º 0.77% 0.33% -
XYZ 2.73 2.56 8.53 -
YUV 40.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 19 44 83 0.77 0.47 0 0.67 216.56 0.63 0.2
Hex 13 2C 53 4D 2F 0 43 D9 3F 14
Octal 23 54 123 115 57 0 103 331 77 24
Binary 10011 101100 1010011 1001101 101111 0 1000011 11011001 111111 10100

Color Harmonies of #132C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C53

Black with #132C53

Text Example


Text Example

White with #132C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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