#133068

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

Shades of Sapphire #133068

Tints of Sapphire #133068

Color information

#133068 (or 0x133068) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 68. RGB value is (19,48,104). Sum of RGB (Red+Green+Blue) = 19+48+104=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #133068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133068 is #ECCF97. Grayscale: #2D2D2D. Windows color (decimal): -15519640 or 6828051. OLE color: 6828051.

HSL color Cylindrical-coordinate representation of color #133068: hue angle of 219.53º 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 #133068 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1948104-
CMYK0.820.5400.59
HSL219.53º69.11%24.12%-
HSV(B)219.53º81.73%40.78%-
XYZ3.823.2513.52-
YUV45.71160.89108.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=11.11%
G=28.07%
B=60.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19481040.820.5400.59219.5369.1124.12
Hex133068523603Bdc4518
Octal23601501226607333410530
Binary1001111000011010001010010110110011101111011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133068; }

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

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

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

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

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

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

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

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