Html Css Color HEX #132873 Sapphire

📋 copy color: '#132873'

red 19 ◦ green 40 ◦ blue 115

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

Shades of Sapphire #132873

Tints of Sapphire #132873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 10.92%
G = 22.99%
B = 66.09%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132873 (or 0x132873) is known color: Sapphire. HEX triplet: 13, 28 and 73. RGB value is (19,40,115). Sum of RGB (Red+Green+Blue) = 19+40+115=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #132873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132873 is #ECD78C. Grayscale: #292929. Windows color (decimal): -15521677 or 7546899. OLE color: 7546899.

HSL color Cylindrical-coordinate representation of color #132873: hue angle of 226.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132873 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 40 115 -
CMYK 0.83 0.65 0 0.55
HSL 226.88º 0.72% 0.26% -
HSV(B) 226.88º 0.83% 0.45% -
XYZ 4.12 2.89 16.56 -
YUV 42.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 19 40 115 0.83 0.65 0 0.55 226.88 0.72 0.26
Hex 13 28 73 53 41 0 37 E3 48 1A
Octal 23 50 163 123 101 0 67 343 110 32
Binary 10011 101000 1110011 1010011 1000001 0 110111 11100011 1001000 11010

Color Harmonies of #132873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132873

Black with #132873

Text Example


Text Example

White with #132873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132873; }

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

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

background-color css

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

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

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

border-color css

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

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

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