Html Css Color HEX #132973 Sapphire

📋 copy color: '#132973'

red 19 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #132973

Tints of Sapphire #132973

RGB

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

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

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

R = 10.86%
G = 23.43%
B = 65.71%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132973 (or 0x132973) is known color: Sapphire. HEX triplet: 13, 29 and 73. RGB value is (19,41,115). Sum of RGB (Red+Green+Blue) = 19+41+115=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #132973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132973 is #ECD68C. Grayscale: #2A2A2A. Windows color (decimal): -15521421 or 7547155. OLE color: 7547155.

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

Color convert

RGB 19 41 115 -
CMYK 0.83 0.64 0 0.55
HSL 226.25º 0.72% 0.26% -
HSV(B) 226.25º 0.83% 0.45% -
XYZ 4.16 2.96 16.57 -
YUV 42.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 19 41 115 0.83 0.64 0 0.55 226.25 0.72 0.26
Hex 13 29 73 53 40 0 37 E2 48 1A
Octal 23 51 163 123 100 0 67 342 110 32
Binary 10011 101001 1110011 1010011 1000000 0 110111 11100010 1001000 11010

Color Harmonies of #132973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132973

Black with #132973

Text Example


Text Example

White with #132973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132973; }

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

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

background-color css

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

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

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

border-color css

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

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

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