Html Css Color HEX #132C5D Sapphire

📋 copy color: '#132C5D'

red 19 ◦ green 44 ◦ blue 93

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

Shades of Sapphire #132C5D

Tints of Sapphire #132C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 12.18%
G = 28.21%
B = 59.62%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#132C5D (or 0x132C5D) is known color: Sapphire. HEX triplet: 13, 2C and 5D. RGB value is (19,44,93). Sum of RGB (Red+Green+Blue) = 19+44+93=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #132C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C5D is #ECD3A2. Grayscale: #292929. Windows color (decimal): -15520675 or 6106131. OLE color: 6106131.

HSL color Cylindrical-coordinate representation of color #132C5D: hue angle of 219.73º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132C5D is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 44 93 -
CMYK 0.80 0.53 0 0.64
HSL 219.73º 0.66% 0.22% -
HSV(B) 219.73º 0.8% 0.36% -
XYZ 3.15 2.73 10.72 -
YUV 42.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 19 44 93 0.80 0.53 0 0.64 219.73 0.66 0.22
Hex 13 2C 5D 50 35 0 40 DC 42 16
Octal 23 54 135 120 65 0 100 334 102 26
Binary 10011 101100 1011101 1010000 110101 0 1000000 11011100 1000010 10110

Color Harmonies of #132C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C5D

Black with #132C5D

Text Example


Text Example

White with #132C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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