Html Css Color HEX #132A73 Sapphire

📋 copy color: '#132A73'

red 19 ◦ green 42 ◦ blue 115

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

Shades of Sapphire #132A73

Tints of Sapphire #132A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.86%

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

R = 10.8%
G = 23.86%
B = 65.34%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132A73 (or 0x132A73) is known color: Sapphire. HEX triplet: 13, 2A and 73. RGB value is (19,42,115). Sum of RGB (Red+Green+Blue) = 19+42+115=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #132A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A73 is #ECD58C. Grayscale: #2B2B2B. Windows color (decimal): -15521165 or 7547411. OLE color: 7547411.

HSL color Cylindrical-coordinate representation of color #132A73: hue angle of 225.62º 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 #132A73 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 42 115 -
CMYK 0.83 0.63 0 0.55
HSL 225.63º 0.72% 0.26% -
HSV(B) 225.63º 0.83% 0.45% -
XYZ 4.19 3.03 16.58 -
YUV 43.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 19 42 115 0.83 0.63 0 0.55 225.63 0.72 0.26
Hex 13 2A 73 53 3F 0 37 E2 48 1A
Octal 23 52 163 123 77 0 67 342 110 32
Binary 10011 101010 1110011 1010011 111111 0 110111 11100010 1001000 11010

Color Harmonies of #132A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A73

Black with #132A73

Text Example


Text Example

White with #132A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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