Html Css Color HEX #132C77 Sapphire

📋 copy color: '#132C77'

red 19 ◦ green 44 ◦ blue 119

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

Shades of Sapphire #132C77

Tints of Sapphire #132C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 65.38%

R = 10.44%
G = 24.18%
B = 65.38%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#132C77 (or 0x132C77) is known color: Sapphire. HEX triplet: 13, 2C and 77. RGB value is (19,44,119). Sum of RGB (Red+Green+Blue) = 19+44+119=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #132C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C77 is #ECD388. Grayscale: #2C2C2C. Windows color (decimal): -15520649 or 7810067. OLE color: 7810067.

HSL color Cylindrical-coordinate representation of color #132C77: hue angle of 225º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132C77 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 44 119 -
CMYK 0.84 0.63 0 0.53
HSL 225º 0.72% 0.27% -
HSV(B) 225º 0.84% 0.47% -
XYZ 4.5 3.27 17.85 -
YUV 45.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 19 44 119 0.84 0.63 0 0.53 225 0.72 0.27
Hex 13 2C 77 54 3F 0 35 E1 48 1B
Octal 23 54 167 124 77 0 65 341 110 33
Binary 10011 101100 1110111 1010100 111111 0 110101 11100001 1001000 11011

Color Harmonies of #132C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C77

Black with #132C77

Text Example


Text Example

White with #132C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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