#001945

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

Shades of Sapphire #001945

Tints of Sapphire #001945

Color information

#001945 (or 0x001945) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 45. RGB value is (0,25,69). Sum of RGB (Red+Green+Blue) = 0+25+69=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #001945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001945 is #FFE6BA. Grayscale: #161616. Windows color (decimal): -16770747 or 4528384. OLE color: 4528384.

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

Color convert

RGB02569-
CMYK10.6400.73
HSL218.26º100%13.53%-
HSV(B)218.26º100%27.06%-
XYZ1.421.125.77-
YUV22.54154.22111.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 69 (27.34% from 255) = 73.40%
R=0%
G=26.60%
B=73.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0256910.6400.73218.2610013.53
Hex019456440049da64e
Octal031105144100011133214416
Binary011001100010111001001000000010010011101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001945; }

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

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

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

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

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

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

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

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