#001F4A

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

Shades of Sapphire #001F4A

Tints of Sapphire #001F4A

Color information

#001F4A (or 0x001F4A) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 4A. RGB value is (0,31,74). Sum of RGB (Red+Green+Blue) = 0+31+74=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #001F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F4A is #FFE0B5. Grayscale: #1A1A1A. Windows color (decimal): -16769206 or 4857600. OLE color: 4857600.

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

Color convert

RGB03174-
CMYK10.5800.71
HSL214.86º100%14.51%-
HSV(B)214.86º100%29.02%-
XYZ1.731.476.67-
YUV26.63154.73109-

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) = 29.52%
BLUE value IS 74 (29.30% from 255) = 70.48%
R=0%
G=29.52%
B=70.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0317410.5800.71214.8610014.51
Hex01F4A643A047d764f
Octal03711214472010732714417
Binary01111110010101100100111010010001111101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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