Html Css Color HEX #132763 Sapphire

📋 copy color: '#132763'

red 19 ◦ green 39 ◦ blue 99

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

Shades of Sapphire #132763

Tints of Sapphire #132763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

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

R = 12.1%
G = 24.84%
B = 63.06%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#132763 (or 0x132763) is known color: Sapphire. HEX triplet: 13, 27 and 63. RGB value is (19,39,99). Sum of RGB (Red+Green+Blue) = 19+39+99=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #132763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132763 is #ECD89C. Grayscale: #272727. Windows color (decimal): -15521949 or 6498067. OLE color: 6498067.

HSL color Cylindrical-coordinate representation of color #132763: hue angle of 225º 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 #132763 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 39 99 -
CMYK 0.81 0.61 0 0.61
HSL 225º 0.68% 0.23% -
HSV(B) 225º 0.81% 0.39% -
XYZ 3.25 2.49 12.11 -
YUV 39.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 19 39 99 0.81 0.61 0 0.61 225 0.68 0.23
Hex 13 27 63 51 3D 0 3D E1 44 17
Octal 23 47 143 121 75 0 75 341 104 27
Binary 10011 100111 1100011 1010001 111101 0 111101 11100001 1000100 10111

Color Harmonies of #132763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132763

Black with #132763

Text Example


Text Example

White with #132763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132763; }

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

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

background-color css

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

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

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

border-color css

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

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

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