#1A255F

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

Shades of Sapphire #1A255F

Tints of Sapphire #1A255F

Color information

#1A255F (or 0x1A255F) is unknown color: approx Sapphire. HEX triplet: 1A, 25 and 5F. RGB value is (26,37,95). Sum of RGB (Red+Green+Blue) = 26+37+95=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A255F is #E5DAA0. Grayscale: #282828. Windows color (decimal): -15063713 or 6235418. OLE color: 6235418.

HSL color Cylindrical-coordinate representation of color #1A255F: hue angle of 230.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A255F is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB263795-
CMYK0.730.6100.63
HSL230.43º57.02%23.73%-
HSV(B)230.43º72.63%37.25%-
XYZ3.152.3711.12-
YUV40.32158.86117.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=16.46%
G=23.42%
B=60.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2637950.730.6100.63230.4357.0223.73
Hex1A255F493D03Fe63918
Octal3245137111750773467130
Binary110101001011011111100100111110101111111110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,95); }

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

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

 a { background-color: rgb(26,37,95); }

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

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

 span { border-color: rgb(26,37,95); }

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