#133369

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

Shades of Sapphire #133369

Tints of Sapphire #133369

Color information

#133369 (or 0x133369) is unknown color: approx Sapphire. HEX triplet: 13, 33 and 69. RGB value is (19,51,105). Sum of RGB (Red+Green+Blue) = 19+51+105=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #133369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133369 is #ECCC96. Grayscale: #2F2F2F. Windows color (decimal): -15518871 or 6894355. OLE color: 6894355.

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

Color convert

RGB1951105-
CMYK0.820.5100.59
HSL217.67º69.35%24.31%-
HSV(B)217.67º81.9%41.18%-
XYZ43.5313.83-
YUV47.59160.4107.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 105 (41.41% from 255) = 60%
R=10.86%
G=29.14%
B=60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19511050.820.5100.59217.6769.3524.31
Hex133369523303Bda4518
Octal23631511226307333210530
Binary1001111001111010011010010110011011101111011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133369; }

 p { color: rgb(19,51,105); }

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

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

 a { background-color: rgb(19,51,105); }

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

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

 span { border-color: rgb(19,51,105); }

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