#1A306D

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

Shades of Sapphire #1A306D

Tints of Sapphire #1A306D

Color information

#1A306D (or 0x1A306D) is unknown color: approx Sapphire. HEX triplet: 1A, 30 and 6D. RGB value is (26,48,109). Sum of RGB (Red+Green+Blue) = 26+48+109=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A306D is #E5CF92. Grayscale: #303030. Windows color (decimal): -15060883 or 7155738. OLE color: 7155738.

HSL color Cylindrical-coordinate representation of color #1A306D: hue angle of 224.1º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A306D is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2648109-
CMYK0.760.5600.57
HSL224.1º61.48%26.47%-
HSV(B)224.1º76.15%42.75%-
XYZ4.243.4414.91-
YUV48.38162.21112.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.21%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=14.21%
G=26.23%
B=59.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26481090.760.5600.57224.161.4826.47
Hex1A306D4C38039e03d1a
Octal3260155114700713407532
Binary110101100001101101100110011100001110011110000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,109); }

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

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

 a { background-color: rgb(26,48,109); }

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

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

 span { border-color: rgb(26,48,109); }

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