#133067

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

Shades of Sapphire #133067

Tints of Sapphire #133067

Color information

#133067 (or 0x133067) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 67. RGB value is (19,48,103). Sum of RGB (Red+Green+Blue) = 19+48+103=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #133067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133067 is #ECCF98. Grayscale: #2D2D2D. Windows color (decimal): -15519641 or 6762515. OLE color: 6762515.

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

Color convert

RGB1948103-
CMYK0.820.5300.60
HSL219.29º68.85%23.92%-
HSV(B)219.29º81.55%40.39%-
XYZ3.773.2313.26-
YUV45.6160.39109.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=11.18%
G=28.24%
B=60.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19481030.820.5300.60219.2968.8523.92
Hex133067523503Cdb4518
Octal23601471226507433310530
Binary1001111000011001111010010110101011110011011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133067; }

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

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

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

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

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

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

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

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