#1A3070

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

Shades of Sapphire #1A3070

Tints of Sapphire #1A3070

Color information

#1A3070 (or 0x1A3070) is unknown color: approx Sapphire. HEX triplet: 1A, 30 and 70. RGB value is (26,48,112). Sum of RGB (Red+Green+Blue) = 26+48+112=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3070 is #E5CF8F. Grayscale: #303030. Windows color (decimal): -15060880 or 7352346. OLE color: 7352346.

HSL color Cylindrical-coordinate representation of color #1A3070: hue angle of 224.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3070 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2648112-
CMYK0.770.5700.56
HSL224.65º62.32%27.06%-
HSV(B)224.65º76.79%43.92%-
XYZ4.413.515.77-
YUV48.72163.71111.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=13.98%
G=25.81%
B=60.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26481120.770.5700.56224.6562.3227.06
Hex1A30704D39038e13e1b
Octal3260160115710703417633
Binary110101100001110000100110111100101110001110000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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