#001D65

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

Shades of Sapphire #001D65

Tints of Sapphire #001D65

Color information

#001D65 (or 0x001D65) is unknown color: approx Sapphire. HEX triplet: 00, 1D and 65. RGB value is (0,29,101). Sum of RGB (Red+Green+Blue) = 0+29+101=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #001D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D65 is #FFE29A. Grayscale: #1C1C1C. Windows color (decimal): -16769691 or 6626560. OLE color: 6626560.

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

Color convert

RGB029101-
CMYK10.7100.60
HSL222.77º100%19.8%-
HSV(B)222.77º100%39.61%-
XYZ2.791.8212.52-
YUV28.54168.89107.65-

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) = 22.31%
BLUE value IS 101 (39.84% from 255) = 77.69%
R=0%
G=22.31%
B=77.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal02910110.7100.60222.7710019.8
Hex01D65644703Cdf6414
Octal03514514410707433714424
Binary011101110010111001001000111011110011011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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