#133466

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

Shades of Sapphire #133466

Tints of Sapphire #133466

Color information

#133466 (or 0x133466) is unknown color: approx Sapphire. HEX triplet: 13, 34 and 66. RGB value is (19,52,102). Sum of RGB (Red+Green+Blue) = 19+52+102=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #133466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133466 is #ECCB99. Grayscale: #2F2F2F. Windows color (decimal): -15518618 or 6698003. OLE color: 6698003.

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

Color convert

RGB1952102-
CMYK0.810.4900.6
HSL216.14º68.6%23.73%-
HSV(B)216.14º81.37%40%-
XYZ3.893.5513.05-
YUV47.83158.57107.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=10.98%
G=30.06%
B=58.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19521020.810.4900.6216.1468.623.73
Hex133466513103Cd84518
Octal23641461216107433010530
Binary1001111010011001101010001110001011110011011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133466; }

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

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

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

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

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

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

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

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