#071254

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

Shades of Sapphire #071254

Tints of Sapphire #071254

Color information

#071254 (or 0x071254) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 54. RGB value is (7,18,84). Sum of RGB (Red+Green+Blue) = 7+18+84=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #071254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071254 is #F8EDAB. Grayscale: #151515. Windows color (decimal): -16313772 or 5509639. OLE color: 5509639.

HSL color Cylindrical-coordinate representation of color #071254: hue angle of 231.43º 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 #071254 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71884-
CMYK0.920.7900.67
HSL231.43º84.62%17.84%-
HSV(B)231.43º91.67%32.94%-
XYZ1.91.128.5-
YUV22.24162.86117.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 84 (33.20% from 255) = 77.06%
R=6.42%
G=16.51%
B=77.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718840.920.7900.67231.4384.6217.84
Hex712545C4F043e75512
Octal722124134117010334712522
Binary111100101010100101110010011110100001111100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071254; }

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

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

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

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

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

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

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

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