#071D67

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

Shades of Sapphire #071D67

Tints of Sapphire #071D67

Color information

#071D67 (or 0x071D67) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 67. RGB value is (7,29,103). Sum of RGB (Red+Green+Blue) = 7+29+103=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #071D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D67 is #F8E298. Grayscale: #1E1E1E. Windows color (decimal): -16310937 or 6757639. OLE color: 6757639.

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

Color convert

RGB729103-
CMYK0.930.7200.60
HSL226.25º87.27%21.57%-
HSV(B)226.25º93.2%40.39%-
XYZ2.981.913.04-
YUV30.86168.71110.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 103 (40.62% from 255) = 74.10%
R=5.04%
G=20.86%
B=74.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7291030.930.7200.60226.2587.2721.57
Hex71D675D4803Ce25716
Octal73514713511007434212726
Binary11111101110011110111011001000011110011100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071D67; }

 p { color: rgb(7,29,103); }

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

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

 a { background-color: rgb(7,29,103); }

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

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

 span { border-color: rgb(7,29,103); }

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