Html Css Color HEX #132877 Sapphire

📋 copy color: '#132877'

red 19 ◦ green 40 ◦ blue 119

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

Shades of Sapphire #132877

Tints of Sapphire #132877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 10.67%
G = 22.47%
B = 66.85%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#132877 (or 0x132877) is known color: Sapphire. HEX triplet: 13, 28 and 77. RGB value is (19,40,119). Sum of RGB (Red+Green+Blue) = 19+40+119=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #132877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132877 is #ECD788. Grayscale: #2A2A2A. Windows color (decimal): -15521673 or 7809043. OLE color: 7809043.

HSL color Cylindrical-coordinate representation of color #132877: hue angle of 227.4º 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 #132877 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 40 119 -
CMYK 0.84 0.66 0 0.53
HSL 227.4º 0.72% 0.27% -
HSV(B) 227.4º 0.84% 0.47% -
XYZ 4.36 2.99 17.8 -
YUV 42.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 19 40 119 0.84 0.66 0 0.53 227.4 0.72 0.27
Hex 13 28 77 54 42 0 35 E3 48 1B
Octal 23 50 167 124 102 0 65 343 110 33
Binary 10011 101000 1110111 1010100 1000010 0 110101 11100011 1001000 11011

Color Harmonies of #132877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132877

Black with #132877

Text Example


Text Example

White with #132877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132877; }

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

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

background-color css

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

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

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

border-color css

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

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

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