Html Css Color HEX #132978 Sapphire

📋 copy color: '#132978'

red 19 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #132978

Tints of Sapphire #132978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 120 (47.27% from 255) = 66.67%

R = 10.56%
G = 22.78%
B = 66.67%

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

#132978 (or 0x132978) is known color: Sapphire. HEX triplet: 13, 29 and 78. RGB value is (19,41,120). Sum of RGB (Red+Green+Blue) = 19+41+120=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #132978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132978 is #ECD687. Grayscale: #2B2B2B. Windows color (decimal): -15521416 or 7874835. OLE color: 7874835.

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

Color convert

RGB 19 41 120 -
CMYK 0.84 0.66 0 0.53
HSL 226.93º 0.73% 0.27% -
HSV(B) 226.93º 0.84% 0.47% -
XYZ 4.45 3.08 18.13 -
YUV 43.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 19 41 120 0.84 0.66 0 0.53 226.93 0.73 0.27
Hex 13 29 78 54 42 0 35 E3 49 1B
Octal 23 51 170 124 102 0 65 343 111 33
Binary 10011 101001 1111000 1010100 1000010 0 110101 11100011 1001001 11011

Color Harmonies of #132978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132978

Black with #132978

Text Example


Text Example

White with #132978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132978; }

 p { color: rgb(19,41,120); }

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

background-color css

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

 a { background-color: rgb(19,41,120); }

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

border-color css

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

 span { border-color: rgb(19,41,120); }

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