#133468

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

Shades of Sapphire #133468

Tints of Sapphire #133468

Color information

#133468 (or 0x133468) is unknown color: approx Sapphire. HEX triplet: 13, 34 and 68. RGB value is (19,52,104). Sum of RGB (Red+Green+Blue) = 19+52+104=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #133468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133468 is #ECCB97. Grayscale: #2F2F2F. Windows color (decimal): -15518616 or 6829075. OLE color: 6829075.

HSL color Cylindrical-coordinate representation of color #133468: hue angle of 216.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133468 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1952104-
CMYK0.820.5000.59
HSL216.71º69.11%24.12%-
HSV(B)216.71º81.73%40.78%-
XYZ43.5913.58-
YUV48.06159.57107.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=10.86%
G=29.71%
B=59.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19521040.820.5000.59216.7169.1124.12
Hex133468523203Bd94518
Octal23641501226207333110530
Binary1001111010011010001010010110010011101111011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133468; }

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

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

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

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

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

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

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

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