#133078

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

Shades of Sapphire #133078

Tints of Sapphire #133078

Color information

#133078 (or 0x133078) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 78. RGB value is (19,48,120). Sum of RGB (Red+Green+Blue) = 19+48+120=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #133078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133078 is #ECCF87. Grayscale: #2F2F2F. Windows color (decimal): -15519624 or 7876627. OLE color: 7876627.

HSL color Cylindrical-coordinate representation of color #133078: hue angle of 222.77º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133078 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1948120-
CMYK0.840.6000.53
HSL222.77º72.66%27.25%-
HSV(B)222.77º84.17%47.06%-
XYZ4.723.6118.22-
YUV47.54168.89107.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=10.16%
G=25.67%
B=64.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19481200.840.6000.53222.7772.6627.25
Hex133078543C035df491b
Octal23601701247406533711133
Binary1001111000011110001010100111100011010111011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133078; }

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

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

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

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

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

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

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

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