#001F76

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

Shades of Sapphire #001F76

Tints of Sapphire #001F76

Color information

#001F76 (or 0x001F76) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 76. RGB value is (0,31,118). Sum of RGB (Red+Green+Blue) = 0+31+118=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #001F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F76 is #FFE089. Grayscale: #1F1F1F. Windows color (decimal): -16769162 or 7741184. OLE color: 7741184.

HSL color Cylindrical-coordinate representation of color #001F76: hue angle of 224.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F76 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB031118-
CMYK10.7400.54
HSL224.24º100%23.14%-
HSV(B)224.24º100%46.27%-
XYZ3.762.2917.38-
YUV31.65176.73105.43-

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) = 20.81%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=0%
G=20.81%
B=79.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03111810.7400.54224.2410023.14
Hex01F76644A036e06417
Octal03716614411206634014427
Binary011111111011011001001001010011011011100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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