#001450

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

Shades of Sapphire #001450

Tints of Sapphire #001450

Color information

#001450 (or 0x001450) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 50. RGB value is (0,20,80). Sum of RGB (Red+Green+Blue) = 0+20+80=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #001450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001450 is #FFEBAF. Grayscale: #141414. Windows color (decimal): -16772016 or 5248000. OLE color: 5248000.

HSL color Cylindrical-coordinate representation of color #001450: hue angle of 225º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001450 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB02080-
CMYK10.7500.69
HSL225º100%15.69%-
HSV(B)225º100%31.37%-
XYZ1.71.087.71-
YUV20.86161.37113.12-

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) = 20%
BLUE value IS 80 (31.64% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0208010.7500.6922510015.69
Hex01450644B045e16410
Octal024120144113010534114420
Binary0101001010000110010010010110100010111100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001450; }

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

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

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

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

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

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

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

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