#001955

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

Shades of Sapphire #001955

Tints of Sapphire #001955

Color information

#001955 (or 0x001955) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 55. RGB value is (0,25,85). Sum of RGB (Red+Green+Blue) = 0+25+85=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #001955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001955 is #FFE6AA. Grayscale: #181818. Windows color (decimal): -16770731 or 5576960. OLE color: 5576960.

HSL color Cylindrical-coordinate representation of color #001955: hue angle of 222.35º 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 #001955 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB02585-
CMYK10.7100.67
HSL222.35º100%16.67%-
HSV(B)222.35º100%33.33%-
XYZ1.991.358.75-
YUV24.36162.22110.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 85 (33.59% from 255) = 77.27%
R=0%
G=22.73%
B=77.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0258510.7100.67222.3510016.67
Hex019556447043de6411
Octal031125144107010333614421
Binary0110011010101110010010001110100001111011110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001955; }

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

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

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

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

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

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

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

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