#001A5D

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

Shades of Sapphire #001A5D

Tints of Sapphire #001A5D

Color information

#001A5D (or 0x001A5D) is unknown color: approx Sapphire. HEX triplet: 00, 1A and 5D. RGB value is (0,26,93). Sum of RGB (Red+Green+Blue) = 0+26+93=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #001A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A5D is #FFE5A2. Grayscale: #191919. Windows color (decimal): -16770467 or 6101504. OLE color: 6101504.

HSL color Cylindrical-coordinate representation of color #001A5D: hue angle of 223.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A5D is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB02693-
CMYK10.7200.64
HSL223.23º100%18.24%-
HSV(B)223.23º100%36.47%-
XYZ2.351.5310.53-
YUV25.86165.89109.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 93 (36.72% from 255) = 78.15%
R=0%
G=21.85%
B=78.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0269310.7200.64223.2310018.24
Hex01A5D6448040df6412
Octal032135144110010033714422
Binary0110101011101110010010010000100000011011111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A5D; }

 p { color: rgb(0,26,93); }

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

<style>
 a { background-color: #001A5D; }

 a { background-color: rgb(0,26,93); }

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

<style>
 span { border-color: #001A5D; }

 span { border-color: rgb(0,26,93); }

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