Html Css Color HEX #132963 Sapphire

📋 copy color: '#132963'

red 19 ◦ green 41 ◦ blue 99

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

Shades of Sapphire #132963

Tints of Sapphire #132963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 11.95%
G = 25.79%
B = 62.26%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#132963 (or 0x132963) is known color: Sapphire. HEX triplet: 13, 29 and 63. RGB value is (19,41,99). Sum of RGB (Red+Green+Blue) = 19+41+99=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #132963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132963 is #ECD69C. Grayscale: #282828. Windows color (decimal): -15521437 or 6498579. OLE color: 6498579.

HSL color Cylindrical-coordinate representation of color #132963: hue angle of 223.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132963 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 41 99 -
CMYK 0.81 0.59 0 0.61
HSL 223.5º 0.68% 0.23% -
HSV(B) 223.5º 0.81% 0.39% -
XYZ 3.31 2.63 12.14 -
YUV 41.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 19 41 99 0.81 0.59 0 0.61 223.5 0.68 0.23
Hex 13 29 63 51 3B 0 3D E0 44 17
Octal 23 51 143 121 73 0 75 340 104 27
Binary 10011 101001 1100011 1010001 111011 0 111101 11100000 1000100 10111

Color Harmonies of #132963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132963

Black with #132963

Text Example


Text Example

White with #132963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132963; }

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

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

background-color css

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

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

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

border-color css

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

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

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