#133074

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

Shades of Sapphire #133074

Tints of Sapphire #133074

Color information

#133074 (or 0x133074) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 74. RGB value is (19,48,116). Sum of RGB (Red+Green+Blue) = 19+48+116=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #133074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133074 is #ECCF8B. Grayscale: #2E2E2E. Windows color (decimal): -15519628 or 7614483. OLE color: 7614483.

HSL color Cylindrical-coordinate representation of color #133074: hue angle of 222.06º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133074 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1948116-
CMYK0.840.5900.55
HSL222.06º71.85%26.47%-
HSV(B)222.06º83.62%45.49%-
XYZ4.483.5116.97-
YUV47.08166.89107.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 116 (45.70% from 255) = 63.39%
R=10.38%
G=26.23%
B=63.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19481160.840.5900.55222.0671.8526.47
Hex133074543B037de481a
Octal23601641247306733611032
Binary1001111000011101001010100111011011011111011110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133074; }

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

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

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

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

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

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

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

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