#133066

Color #133066 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #133066

Tints of Sapphire #133066

Color information

#133066 (or 0x133066) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 66. RGB value is (19,48,102). Sum of RGB (Red+Green+Blue) = 19+48+102=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #133066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133066 is #ECCF99. Grayscale: #2D2D2D. Windows color (decimal): -15519642 or 6696979. OLE color: 6696979.

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

Color convert

RGB1948102-
CMYK0.810.5300.6
HSL219.04º68.6%23.73%-
HSV(B)219.04º81.37%40%-
XYZ3.723.2112.99-
YUV45.48159.89109.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 102 (40.23% from 255) = 60.36%
R=11.24%
G=28.40%
B=60.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19481020.810.5300.6219.0468.623.73
Hex133066513503Cdb4518
Octal23601461216507433310530
Binary1001111000011001101010001110101011110011011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133066; }

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

 H1.HeaderClassName
 {
   color: #133066;
 }
 .AnyTagClassName
 {
   color: #133066;
 }
</style>
background-color css

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

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

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

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

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

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