#001F7B

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

Shades of Sapphire #001F7B

Tints of Sapphire #001F7B

Color information

#001F7B (or 0x001F7B) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 7B. RGB value is (0,31,123). Sum of RGB (Red+Green+Blue) = 0+31+123=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #001F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F7B is #FFE084. Grayscale: #1F1F1F. Windows color (decimal): -16769157 or 8068864. OLE color: 8068864.

HSL color Cylindrical-coordinate representation of color #001F7B: hue angle of 224.88º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F7B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB031123-
CMYK10.7500.52
HSL224.88º100%24.12%-
HSV(B)224.88º100%48.24%-
XYZ4.072.4118.99-
YUV32.22179.23105.02-

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.13%
BLUE value IS 123 (48.44% from 255) = 79.87%
R=0%
G=20.13%
B=79.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal03112310.7500.52224.8810024.12
Hex01F7B644B034e16418
Octal03717314411306434114430
Binary011111111101111001001001011011010011100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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