Html Css Color HEX #132F73 Sapphire

📋 copy color: '#132F73'

red 19 ◦ green 47 ◦ blue 115

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

Shades of Sapphire #132F73

Tints of Sapphire #132F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

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

R = 10.5%
G = 25.97%
B = 63.54%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132F73 (or 0x132F73) is known color: Sapphire. HEX triplet: 13, 2F and 73. RGB value is (19,47,115). Sum of RGB (Red+Green+Blue) = 19+47+115=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #132F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F73 is #ECD08C. Grayscale: #2E2E2E. Windows color (decimal): -15519885 or 7548691. OLE color: 7548691.

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

Color convert

RGB 19 47 115 -
CMYK 0.83 0.59 0 0.55
HSL 222.5º 0.72% 0.26% -
HSV(B) 222.5º 0.83% 0.45% -
XYZ 4.38 3.41 16.65 -
YUV 46.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 19 47 115 0.83 0.59 0 0.55 222.5 0.72 0.26
Hex 13 2F 73 53 3B 0 37 DE 48 1A
Octal 23 57 163 123 73 0 67 336 110 32
Binary 10011 101111 1110011 1010011 111011 0 110111 11011110 1001000 11010

Color Harmonies of #132F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F73

Black with #132F73

Text Example


Text Example

White with #132F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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