#001655

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

Shades of Sapphire #001655

Tints of Sapphire #001655

Color information

#001655 (or 0x001655) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 55. RGB value is (0,22,85). Sum of RGB (Red+Green+Blue) = 0+22+85=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #001655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001655 is #FFE9AA. Grayscale: #161616. Windows color (decimal): -16771499 or 5576192. OLE color: 5576192.

HSL color Cylindrical-coordinate representation of color #001655: hue angle of 224.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001655 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB02285-
CMYK10.7400.67
HSL224.47º100%16.67%-
HSV(B)224.47º100%33.33%-
XYZ1.931.238.73-
YUV22.6163.21111.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 85 (33.59% from 255) = 79.44%
R=0%
G=20.56%
B=79.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0228510.7400.67224.4710016.67
Hex01655644A043e06411
Octal026125144112010334014421
Binary0101101010101110010010010100100001111100000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001655; }

 p { color: rgb(0,22,85); }

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

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

 a { background-color: rgb(0,22,85); }

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

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

 span { border-color: rgb(0,22,85); }

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