#133472

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

Shades of Sapphire #133472

Tints of Sapphire #133472

Color information

#133472 (or 0x133472) is unknown color: approx Sapphire. HEX triplet: 13, 34 and 72. RGB value is (19,52,114). Sum of RGB (Red+Green+Blue) = 19+52+114=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #133472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133472 is #ECCB8D. Grayscale: #303030. Windows color (decimal): -15518606 or 7484435. OLE color: 7484435.

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

Color convert

RGB1952114-
CMYK0.830.5400.55
HSL219.16º71.43%26.08%-
HSV(B)219.16º83.33%44.71%-
XYZ4.533.8116.42-
YUV49.2164.57106.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=10.27%
G=28.11%
B=61.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19521140.830.5400.55219.1671.4326.08
Hex1334725336037db471a
Octal23641621236606733310732
Binary1001111010011100101010011110110011011111011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133472; }

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

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

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

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

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

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

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

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