#001469

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

Shades of Sapphire #001469

Tints of Sapphire #001469

Color information

#001469 (or 0x001469) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 69. RGB value is (0,20,105). Sum of RGB (Red+Green+Blue) = 0+20+105=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #001469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001469 is #FFEB96. Grayscale: #171717. Windows color (decimal): -16771991 or 6886400. OLE color: 6886400.

HSL color Cylindrical-coordinate representation of color #001469: hue angle of 228.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001469 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB020105-
CMYK10.8100.59
HSL228.57º100%20.59%-
HSV(B)228.57º100%41.18%-
XYZ2.81.5213.51-
YUV23.71173.87111.09-

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) = 16%
BLUE value IS 105 (41.41% from 255) = 84%
R=0%
G=16%
B=84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal02010510.8100.59228.5710020.59
Hex01469645103Be56415
Octal02415114412107334514425
Binary010100110100111001001010001011101111100101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001469; }

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

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

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

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

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

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

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

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