#13306F

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

Shades of Sapphire #13306F

Tints of Sapphire #13306F

Color information

#13306F (or 0x13306F) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 6F. RGB value is (19,48,111). Sum of RGB (Red+Green+Blue) = 19+48+111=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #13306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13306F is #ECCF90. Grayscale: #2E2E2E. Windows color (decimal): -15519633 or 7286803. OLE color: 7286803.

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

Color convert

RGB1948111-
CMYK0.830.5700.56
HSL221.09º70.77%25.49%-
HSV(B)221.09º82.88%43.53%-
XYZ4.193.415.47-
YUV46.51164.39108.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 111 (43.75% from 255) = 62.36%
R=10.67%
G=26.97%
B=62.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19481110.830.5700.56221.0970.7725.49
Hex13306F5339038dd4719
Octal23601571237107033510731
Binary1001111000011011111010011111001011100011011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13306F; }

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

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

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

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

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

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

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

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