#071454

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

Shades of Sapphire #071454

Tints of Sapphire #071454

Color information

#071454 (or 0x071454) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 54. RGB value is (7,20,84). Sum of RGB (Red+Green+Blue) = 7+20+84=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #071454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071454 is #F8EBAB. Grayscale: #171717. Windows color (decimal): -16313260 or 5510151. OLE color: 5510151.

HSL color Cylindrical-coordinate representation of color #071454: hue angle of 229.87º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071454 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB72084-
CMYK0.920.7600.67
HSL229.87º84.62%17.84%-
HSV(B)229.87º91.67%32.94%-
XYZ1.941.198.51-
YUV23.41162.19116.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 84 (33.20% from 255) = 75.68%
R=6.31%
G=18.02%
B=75.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal720840.920.7600.67229.8784.6217.84
Hex714545C4C043e65512
Octal724124134114010334612522
Binary111101001010100101110010011000100001111100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071454; }

 p { color: rgb(7,20,84); }

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

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

 a { background-color: rgb(7,20,84); }

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

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

 span { border-color: rgb(7,20,84); }

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