#071A58

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

Shades of Sapphire #071A58

Tints of Sapphire #071A58

Color information

#071A58 (or 0x071A58) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 58. RGB value is (7,26,88). Sum of RGB (Red+Green+Blue) = 7+26+88=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #071A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A58 is #F8E5A7. Grayscale: #1B1B1B. Windows color (decimal): -16311720 or 5773831. OLE color: 5773831.

HSL color Cylindrical-coordinate representation of color #071A58: hue angle of 225.93º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071A58 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB72688-
CMYK0.920.7000.65
HSL225.93º85.26%18.63%-
HSV(B)225.93º92.05%34.51%-
XYZ2.221.499.4-
YUV27.39162.21113.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 88 (34.77% from 255) = 72.73%
R=5.79%
G=21.49%
B=72.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal726880.920.7000.65225.9385.2618.63
Hex71A585C46041e25513
Octal732130134106010134212523
Binary111110101011000101110010001100100000111100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,26,88); }

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

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

 a { background-color: rgb(7,26,88); }

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

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

 span { border-color: rgb(7,26,88); }

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