#001861

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

Shades of Sapphire #001861

Tints of Sapphire #001861

Color information

#001861 (or 0x001861) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 61. RGB value is (0,24,97). Sum of RGB (Red+Green+Blue) = 0+24+97=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #001861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001861 is #FFE79E. Grayscale: #181818. Windows color (decimal): -16770975 or 6363136. OLE color: 6363136.

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

Color convert

RGB02497-
CMYK10.7500.62
HSL225.15º100%19.02%-
HSV(B)225.15º100%38.04%-
XYZ2.481.5211.47-
YUV25.15168.55110.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 97 (38.28% from 255) = 80.17%
R=0%
G=19.83%
B=80.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0249710.7500.62225.1510019.02
Hex01861644B03Ee16413
Octal03014114411307634114423
Binary011000110000111001001001011011111011100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001861; }

 p { color: rgb(0,24,97); }

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

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

 a { background-color: rgb(0,24,97); }

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

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

 span { border-color: rgb(0,24,97); }

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