#001F72

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

Shades of Sapphire #001F72

Tints of Sapphire #001F72

Color information

#001F72 (or 0x001F72) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 72. RGB value is (0,31,114). Sum of RGB (Red+Green+Blue) = 0+31+114=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #001F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F72 is #FFE08D. Grayscale: #1E1E1E. Windows color (decimal): -16769166 or 7479040. OLE color: 7479040.

HSL color Cylindrical-coordinate representation of color #001F72: hue angle of 223.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F72 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB031114-
CMYK10.7300.55
HSL223.68º100%22.35%-
HSV(B)223.68º100%44.71%-
XYZ3.532.1916.16-
YUV31.19174.73105.75-

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) = 21.38%
BLUE value IS 114 (44.92% from 255) = 78.62%
R=0%
G=21.38%
B=78.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal03111410.7300.55223.6810022.35
Hex01F726449037e06416
Octal03716214411106734014426
Binary011111111001011001001001001011011111100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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