#133477

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

Shades of Sapphire #133477

Tints of Sapphire #133477

Color information

#133477 (or 0x133477) is unknown color: approx Sapphire. HEX triplet: 13, 34 and 77. RGB value is (19,52,119). Sum of RGB (Red+Green+Blue) = 19+52+119=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #133477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133477 is #ECCB88. Grayscale: #313131. Windows color (decimal): -15518601 or 7812115. OLE color: 7812115.

HSL color Cylindrical-coordinate representation of color #133477: hue angle of 220.2º degrees, saturation: 0.72, 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 #133477 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1952119-
CMYK0.840.5600.53
HSL220.2º72.46%27.06%-
HSV(B)220.2º84.03%46.67%-
XYZ4.833.9317.96-
YUV49.77167.07106.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 119 (46.88% from 255) = 62.63%
R=10%
G=27.37%
B=62.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19521190.840.5600.53220.272.4627.06
Hex1334775438035dc481b
Octal23641671247006533411033
Binary1001111010011101111010100111000011010111011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133477; }

 p { color: rgb(19,52,119); }

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

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

 a { background-color: rgb(19,52,119); }

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

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

 span { border-color: rgb(19,52,119); }

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