#1A2867

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

Shades of Sapphire #1A2867

Tints of Sapphire #1A2867

Color information

#1A2867 (or 0x1A2867) is unknown color: approx Sapphire. HEX triplet: 1A, 28 and 67. RGB value is (26,40,103). Sum of RGB (Red+Green+Blue) = 26+40+103=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A2867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2867 is #E5D798. Grayscale: #2A2A2A. Windows color (decimal): -15062937 or 6760474. OLE color: 6760474.

HSL color Cylindrical-coordinate representation of color #1A2867: hue angle of 229.09º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2867 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2640103-
CMYK0.750.6100.60
HSL229.09º59.69%25.29%-
HSV(B)229.09º74.76%40.39%-
XYZ3.632.7213.16-
YUV43161.86115.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.38%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 103 (40.62% from 255) = 60.95%
R=15.38%
G=23.67%
B=60.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26401030.750.6100.60229.0959.6925.29
Hex1A28674B3D03Ce53c19
Octal3250147113750743457431
Binary110101010001100111100101111110101111001110010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,103); }

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

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

 a { background-color: rgb(26,40,103); }

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

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

 span { border-color: rgb(26,40,103); }

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