#133064

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

Shades of Sapphire #133064

Tints of Sapphire #133064

Color information

#133064 (or 0x133064) is unknown color: approx Sapphire. HEX triplet: 13, 30 and 64. RGB value is (19,48,100). Sum of RGB (Red+Green+Blue) = 19+48+100=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 100 (39.45% from 255 or 59.88% from 167); Max value from RGB is 100 - color contains mainly: blue. Hex color #133064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133064 is #ECCF9B. Grayscale: #2D2D2D. Windows color (decimal): -15519644 or 6565907. OLE color: 6565907.

HSL color Cylindrical-coordinate representation of color #133064: hue angle of 218.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133064 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1948100-
CMYK0.810.5200.61
HSL218.52º68.07%23.33%-
HSV(B)218.52º81%39.22%-
XYZ3.633.1712.48-
YUV45.26158.89109.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 100 (39.45% from 255) = 59.88%
R=11.38%
G=28.74%
B=59.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19481000.810.5200.61218.5268.0723.33
Hex133064513403Ddb4417
Octal23601441216407533310427
Binary1001111000011001001010001110100011110111011011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133064; }

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

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

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

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

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

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

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

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