#001f4c

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

Shades of Sapphire #001F4C

Tints of Sapphire #001F4C

Color information

#001F4C (or 0x001F4C) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 4C. RGB value is (0,31,76). Sum of RGB (Red+Green+Blue) = 0+31+76=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #001F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F4C is #FFE0B3. Grayscale: #1A1A1A. Windows color (decimal): -16769204 or 4988672. OLE color: 4988672.

HSL color Cylindrical-coordinate representation of color #001F4C: hue angle of 215.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F4C is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB03176-
CMYK10.5900.70
HSL215.53º100%14.9%-
HSV(B)215.53º100%29.8%-
XYZ1.791.57.03-
YUV26.86155.73108.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 76 (30.08% from 255) = 71.03%
R=0%
G=28.97%
B=71.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0317610.5900.70215.5310014.9
Hex01F4C643B046d864f
Octal03711414473010633014417
Binary01111110011001100100111011010001101101100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001f4c; }

 p { color: rgb(0,31,76); }

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

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

 a { background-color: rgb(0,31,76); }

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

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

 span { border-color: rgb(0,31,76); }

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