#071465

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

Shades of Sapphire #071465

Tints of Sapphire #071465

Color information

#071465 (or 0x071465) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 65. RGB value is (7,20,101). Sum of RGB (Red+Green+Blue) = 7+20+101=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 101 (39.84% from 255 or 78.91% from 128); Max value from RGB is 101 - color contains mainly: blue. Hex color #071465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071465 is #F8EB9A. Grayscale: #191919. Windows color (decimal): -16313243 or 6624263. OLE color: 6624263.

HSL color Cylindrical-coordinate representation of color #071465: hue angle of 231.7º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071465 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB720101-
CMYK0.930.8000.60
HSL231.7º87.04%21.18%-
HSV(B)231.7º93.07%39.61%-
XYZ2.691.4912.46-
YUV25.35170.69114.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 101 (39.84% from 255) = 78.91%
R=5.47%
G=15.62%
B=78.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7201010.930.8000.60231.787.0421.18
Hex714655D5003Ce85715
Octal72414513512007435012725
Binary11110100110010110111011010000011110011101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071465; }

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

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

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

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

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

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

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

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