#001468

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

Shades of Sapphire #001468

Tints of Sapphire #001468

Color information

#001468 (or 0x001468) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 68. RGB value is (0,20,104). Sum of RGB (Red+Green+Blue) = 0+20+104=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #001468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001468 is #FFEB97. Grayscale: #171717. Windows color (decimal): -16771992 or 6820864. OLE color: 6820864.

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

Color convert

RGB020104-
CMYK10.8100.59
HSL228.46º100%20.39%-
HSV(B)228.46º100%40.78%-
XYZ2.751.513.24-
YUV23.6173.37111.17-

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.13%
BLUE value IS 104 (41.02% from 255) = 83.87%
R=0%
G=16.13%
B=83.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal02010410.8100.59228.4610020.39
Hex01468645103Be46414
Octal02415014412107334414424
Binary010100110100011001001010001011101111100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001468; }

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

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

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

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

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

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

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

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