#001d5d

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

Shades of Sapphire #001D5D

Tints of Sapphire #001D5D

Color information

#001D5D (or 0x001D5D) is unknown color: approx Sapphire. HEX triplet: 00, 1D and 5D. RGB value is (0,29,93). Sum of RGB (Red+Green+Blue) = 0+29+93=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #001D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D5D is #FFE2A2. Grayscale: #1B1B1B. Windows color (decimal): -16769699 or 6102272. OLE color: 6102272.

HSL color Cylindrical-coordinate representation of color #001D5D: hue angle of 221.29º 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 #001D5D is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB02993-
CMYK10.6900.64
HSL221.29º100%18.24%-
HSV(B)221.29º100%36.47%-
XYZ2.421.6710.55-
YUV27.62164.89108.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 93 (36.72% from 255) = 76.23%
R=0%
G=23.77%
B=76.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0299310.6900.64221.2910018.24
Hex01D5D6445040dd6412
Octal035135144105010033514422
Binary0111011011101110010010001010100000011011101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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