#01074F

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

Shades of Sapphire #01074F

Tints of Sapphire #01074F

Color information

#01074F (or 0x01074F) is unknown color: approx Sapphire. HEX triplet: 01, 07 and 4F. RGB value is (1,7,79). Sum of RGB (Red+Green+Blue) = 1+7+79=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 79 (31.25% from 255 or 90.80% from 87); Max value from RGB is 79 - color contains mainly: blue. Hex color #01074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01074F is #FEF8B0. Grayscale: #0D0D0D. Windows color (decimal): -16709809 or 5179137. OLE color: 5179137.

HSL color Cylindrical-coordinate representation of color #01074F: hue angle of 235.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01074F is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB1779-
CMYK0.990.9100.69
HSL235.38º97.5%15.69%-
HSV(B)235.38º98.73%30.98%-
XYZ1.50.727.46-
YUV13.41165.01119.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 79 (31.25% from 255) = 90.80%
R=1.15%
G=8.05%
B=90.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17790.990.9100.69235.3897.515.69
Hex174F635B045eb6210
Octal17117143133010535314220
Binary11111001111110001110110110100010111101011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01074F; }

 p { color: rgb(1,7,79); }

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

<style>
 a { background-color: #01074F; }

 a { background-color: rgb(1,7,79); }

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

<style>
 span { border-color: #01074F; }

 span { border-color: rgb(1,7,79); }

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