#071B69

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

Shades of Sapphire #071B69

Tints of Sapphire #071B69

Color information

#071B69 (or 0x071B69) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 69. RGB value is (7,27,105). Sum of RGB (Red+Green+Blue) = 7+27+105=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #071B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071B69 is #F8E496. Grayscale: #1D1D1D. Windows color (decimal): -16311447 or 6888199. OLE color: 6888199.

HSL color Cylindrical-coordinate representation of color #071B69: hue angle of 227.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071B69 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB727105-
CMYK0.930.7400.59
HSL227.76º87.5%21.96%-
HSV(B)227.76º93.33%41.18%-
XYZ3.031.8513.56-
YUV29.91170.37111.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 105 (41.41% from 255) = 75.54%
R=5.04%
G=19.42%
B=75.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7271050.930.7400.59227.7687.521.96
Hex71B695D4A03Be45816
Octal73315113511207334413026
Binary11111011110100110111011001010011101111100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,27,105); }

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

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

 a { background-color: rgb(7,27,105); }

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

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

 span { border-color: rgb(7,27,105); }

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