#133370

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

Shades of Sapphire #133370

Tints of Sapphire #133370

Color information

#133370 (or 0x133370) is unknown color: approx Sapphire. HEX triplet: 13, 33 and 70. RGB value is (19,51,112). Sum of RGB (Red+Green+Blue) = 19+51+112=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #133370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133370 is #ECCC8F. Grayscale: #303030. Windows color (decimal): -15518864 or 7353107. OLE color: 7353107.

HSL color Cylindrical-coordinate representation of color #133370: hue angle of 219.35º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133370 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1951112-
CMYK0.830.5400.56
HSL219.35º70.99%25.69%-
HSV(B)219.35º83.04%43.92%-
XYZ4.383.6815.81-
YUV48.39163.9107.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=10.44%
G=28.02%
B=61.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19511120.830.5400.56219.3570.9925.69
Hex1333705336038db471a
Octal23631601236607033310732
Binary1001111001111100001010011110110011100011011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133370; }

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

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

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

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

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

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

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

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