Html Css Color HEX #132163 Sapphire

📋 copy color: '#132163'

red 19 ◦ green 33 ◦ blue 99

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

Shades of Sapphire #132163

Tints of Sapphire #132163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 12.58%
G = 21.85%
B = 65.56%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#132163 (or 0x132163) is known color: Sapphire. HEX triplet: 13, 21 and 63. RGB value is (19,33,99). Sum of RGB (Red+Green+Blue) = 19+33+99=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #132163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132163 is #ECDE9C. Grayscale: #242424. Windows color (decimal): -15523485 or 6496531. OLE color: 6496531.

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

Color convert

RGB 19 33 99 -
CMYK 0.81 0.67 0 0.61
HSL 229.5º 0.68% 0.23% -
HSV(B) 229.5º 0.81% 0.39% -
XYZ 3.06 2.13 12.05 -
YUV 36.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 19 33 99 0.81 0.67 0 0.61 229.5 0.68 0.23
Hex 13 21 63 51 43 0 3D E6 44 17
Octal 23 41 143 121 103 0 75 346 104 27
Binary 10011 100001 1100011 1010001 1000011 0 111101 11100110 1000100 10111

Color Harmonies of #132163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132163

Black with #132163

Text Example


Text Example

White with #132163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132163; }

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

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

background-color css

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

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

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

border-color css

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

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

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