#001445

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

Shades of Sapphire #001445

Tints of Sapphire #001445

Color information

#001445 (or 0x001445) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 45. RGB value is (0,20,69). Sum of RGB (Red+Green+Blue) = 0+20+69=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 69 (27.34% from 255 or 77.53% from 89); Max value from RGB is 69 - color contains mainly: blue. Hex color #001445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001445 is #FFEBBA. Grayscale: #131313. Windows color (decimal): -16772027 or 4527104. OLE color: 4527104.

HSL color Cylindrical-coordinate representation of color #001445: hue angle of 222.61º 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 #001445 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB02069-
CMYK10.7100.73
HSL222.61º100%13.53%-
HSV(B)222.61º100%27.06%-
XYZ1.320.935.74-
YUV19.61155.87114.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 69 (27.34% from 255) = 77.53%
R=0%
G=22.47%
B=77.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0206910.7100.73222.6110013.53
Hex014456447049df64e
Octal024105144107011133714416
Binary010100100010111001001000111010010011101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001445; }

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

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

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

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

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

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

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

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