Html Css Color HEX #132166 Sapphire

📋 copy color: '#132166'

red 19 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #132166

Tints of Sapphire #132166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.23%

R = 12.34%
G = 21.43%
B = 66.23%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132166 (or 0x132166) is known color: Sapphire. HEX triplet: 13, 21 and 66. RGB value is (19,33,102). Sum of RGB (Red+Green+Blue) = 19+33+102=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #132166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132166 is #ECDE99. Grayscale: #242424. Windows color (decimal): -15523482 or 6693139. OLE color: 6693139.

HSL color Cylindrical-coordinate representation of color #132166: hue angle of 229.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132166 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 33 102 -
CMYK 0.81 0.68 0 0.6
HSL 229.88º 0.69% 0.24% -
HSV(B) 229.88º 0.81% 0.4% -
XYZ 3.21 2.19 12.82 -
YUV 36.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 19 33 102 0.81 0.68 0 0.6 229.88 0.69 0.24
Hex 13 21 66 51 44 0 3C E6 45 18
Octal 23 41 146 121 104 0 74 346 105 30
Binary 10011 100001 1100110 1010001 1000100 0 111100 11100110 1000101 11000

Color Harmonies of #132166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132166

Black with #132166

Text Example


Text Example

White with #132166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132166; }

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

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

background-color css

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

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

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

border-color css

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

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

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