#071F4B

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

Shades of Sapphire #071F4B

Tints of Sapphire #071F4B

Color information

#071F4B (or 0x071F4B) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 4B. RGB value is (7,31,75). Sum of RGB (Red+Green+Blue) = 7+31+75=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #071F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F4B is #F8E0B4. Grayscale: #1C1C1C. Windows color (decimal): -16310453 or 4923143. OLE color: 4923143.

HSL color Cylindrical-coordinate representation of color #071F4B: hue angle of 218.82º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071F4B is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73175-
CMYK0.910.5900.71
HSL218.82º82.93%16.08%-
HSV(B)218.82º90.67%29.41%-
XYZ1.851.536.86-
YUV28.84154.05112.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 75 (29.69% from 255) = 66.37%
R=6.19%
G=27.43%
B=66.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal731750.910.5900.71218.8282.9316.08
Hex71F4B5B3B047db5310
Octal73711313373010733312320
Binary11111111100101110110111110110100011111011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,75); }

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

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

 a { background-color: rgb(7,31,75); }

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

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

 span { border-color: rgb(7,31,75); }

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