#001F6E

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

Shades of Sapphire #001F6E

Tints of Sapphire #001F6E

Color information

#001F6E (or 0x001F6E) is unknown color: approx Sapphire. HEX triplet: 00, 1F and 6E. RGB value is (0,31,110). Sum of RGB (Red+Green+Blue) = 0+31+110=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #001F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F6E is #FFE091. Grayscale: #1E1E1E. Windows color (decimal): -16769170 or 7216896. OLE color: 7216896.

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

Color convert

RGB031110-
CMYK10.7200.57
HSL223.09º100%21.57%-
HSV(B)223.09º100%43.14%-
XYZ3.32.1114.98-
YUV30.74172.73106.08-

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.99%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=0%
G=21.99%
B=78.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal03111010.7200.57223.0910021.57
Hex01F6E6448039df6416
Octal03715614411007133714426
Binary011111110111011001001001000011100111011111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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