#1A3472

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

Shades of Sapphire #1A3472

Tints of Sapphire #1A3472

Color information

#1A3472 (or 0x1A3472) is unknown color: approx Sapphire. HEX triplet: 1A, 34 and 72. RGB value is (26,52,114). Sum of RGB (Red+Green+Blue) = 26+52+114=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3472 is #E5CB8D. Grayscale: #333333. Windows color (decimal): -15059854 or 7484442. OLE color: 7484442.

HSL color Cylindrical-coordinate representation of color #1A3472: hue angle of 222.27º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3472 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2652114-
CMYK0.770.5400.55
HSL222.27º62.86%27.45%-
HSV(B)222.27º77.19%44.71%-
XYZ4.693.8916.42-
YUV51.29163.39109.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=13.54%
G=27.08%
B=59.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26521140.770.5400.55222.2762.8627.45
Hex1A34724D36037de3f1b
Octal3264162115660673367733
Binary110101101001110010100110111011001101111101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3472; }

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

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

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

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

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

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

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

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