#1A2F6E

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

Shades of Sapphire #1A2F6E

Tints of Sapphire #1A2F6E

Color information

#1A2F6E (or 0x1A2F6E) is unknown color: approx Sapphire. HEX triplet: 1A, 2F and 6E. RGB value is (26,47,110). Sum of RGB (Red+Green+Blue) = 26+47+110=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A2F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2F6E is #E5D091. Grayscale: #2F2F2F. Windows color (decimal): -15061138 or 7221018. OLE color: 7221018.

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

Color convert

RGB2647110-
CMYK0.760.5700.57
HSL225º61.76%26.67%-
HSV(B)225º76.36%43.14%-
XYZ4.263.3815.18-
YUV47.9163.04112.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.21%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=14.21%
G=25.68%
B=60.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26471100.760.5700.5722561.7626.67
Hex1A2F6E4C39039e13e1b
Octal3257156114710713417633
Binary110101011111101110100110011100101110011110000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,47,110); }

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

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

 a { background-color: rgb(26,47,110); }

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

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

 span { border-color: rgb(26,47,110); }

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