#001465

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

Shades of Sapphire #001465

Tints of Sapphire #001465

Color information

#001465 (or 0x001465) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 65. RGB value is (0,20,101). Sum of RGB (Red+Green+Blue) = 0+20+101=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #001465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001465 is #FFEB9A. Grayscale: #161616. Windows color (decimal): -16771995 or 6624256. OLE color: 6624256.

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

Color convert

RGB020101-
CMYK10.8000.60
HSL228.12º100%19.8%-
HSV(B)228.12º100%39.61%-
XYZ2.61.4412.45-
YUV23.25171.87111.41-

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.53%
BLUE value IS 101 (39.84% from 255) = 83.47%
R=0%
G=16.53%
B=83.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal02010110.8000.60228.1210019.8
Hex01465645003Ce46414
Octal02414514412007434414424
Binary010100110010111001001010000011110011100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001465; }

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

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

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

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

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

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

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

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