#001145

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

Shades of Sapphire #001145

Tints of Sapphire #001145

Color information

#001145 (or 0x001145) is unknown color: approx Sapphire. HEX triplet: 00, 11 and 45. RGB value is (0,17,69). Sum of RGB (Red+Green+Blue) = 0+17+69=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 69 (27.34% from 255 or 80.23% from 86); Max value from RGB is 69 - color contains mainly: blue. Hex color #001145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001145 is #FFEEBA. Grayscale: #111111. Windows color (decimal): -16772795 or 4526336. OLE color: 4526336.

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

Color convert

RGB01769-
CMYK10.7500.73
HSL225.22º100%13.53%-
HSV(B)225.22º100%27.06%-
XYZ1.270.835.72-
YUV17.84156.87115.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 69 (27.34% from 255) = 80.23%
R=0%
G=19.77%
B=80.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0176910.7500.73225.2210013.53
Hex01145644B049e164e
Octal021105144113011134114416
Binary010001100010111001001001011010010011110000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001145; }

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

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

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

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

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

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

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

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