#001D68

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

Shades of Sapphire #001D68

Tints of Sapphire #001D68

Color information

#001D68 (or 0x001D68) is unknown color: approx Sapphire. HEX triplet: 00, 1D and 68. RGB value is (0,29,104). Sum of RGB (Red+Green+Blue) = 0+29+104=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #001D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D68 is #FFE297. Grayscale: #1C1C1C. Windows color (decimal): -16769688 or 6823168. OLE color: 6823168.

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

Color convert

RGB029104-
CMYK10.7200.59
HSL223.27º100%20.39%-
HSV(B)223.27º100%40.78%-
XYZ2.941.8813.3-
YUV28.88170.39107.4-

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) = 21.80%
BLUE value IS 104 (41.02% from 255) = 78.20%
R=0%
G=21.80%
B=78.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal02910410.7200.59223.2710020.39
Hex01D68644803Bdf6414
Octal03515014411007333714424
Binary011101110100011001001001000011101111011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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