#071250

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

Shades of Sapphire #071250

Tints of Sapphire #071250

Color information

#071250 (or 0x071250) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 50. RGB value is (7,18,80). Sum of RGB (Red+Green+Blue) = 7+18+80=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #071250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071250 is #F8EDAF. Grayscale: #151515. Windows color (decimal): -16313776 or 5247495. OLE color: 5247495.

HSL color Cylindrical-coordinate representation of color #071250: hue angle of 230.96º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071250 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71880-
CMYK0.910.7800.69
HSL230.96º83.91%17.06%-
HSV(B)230.96º91.25%31.37%-
XYZ1.751.067.7-
YUV21.78160.86117.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 80 (31.64% from 255) = 76.19%
R=6.67%
G=17.14%
B=76.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal718800.910.7800.69230.9683.9117.06
Hex712505B4E045e75411
Octal722120133116010534712421
Binary111100101010000101101110011100100010111100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071250; }

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

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

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

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

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

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

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

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