#001745

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

Shades of Sapphire #001745

Tints of Sapphire #001745

Color information

#001745 (or 0x001745) is unknown color: approx Sapphire. HEX triplet: 00, 17 and 45. RGB value is (0,23,69). Sum of RGB (Red+Green+Blue) = 0+23+69=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #001745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001745 is #FFE8BA. Grayscale: #151515. Windows color (decimal): -16771259 or 4527872. OLE color: 4527872.

HSL color Cylindrical-coordinate representation of color #001745: hue angle of 220º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001745 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB02369-
CMYK10.6700.73
HSL220º100%13.53%-
HSV(B)220º100%27.06%-
XYZ1.381.045.76-
YUV21.37154.88112.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 75%
R=0%
G=25%
B=75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0236910.6700.7322010013.53
Hex017456443049dc64e
Octal027105144103011133414416
Binary010111100010111001001000011010010011101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001745; }

 p { color: rgb(0,23,69); }

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

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

 a { background-color: rgb(0,23,69); }

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

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

 span { border-color: rgb(0,23,69); }

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