#071B4B

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

Shades of Sapphire #071B4B

Tints of Sapphire #071B4B

Color information

#071B4B (or 0x071B4B) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 4B. RGB value is (7,27,75). Sum of RGB (Red+Green+Blue) = 7+27+75=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #071B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B4B is #F8E4B4. Grayscale: #1A1A1A. Windows color (decimal): -16311477 or 4922119. OLE color: 4922119.

HSL color Cylindrical-coordinate representation of color #071B4B: hue angle of 222.35º 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 #071B4B is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72775-
CMYK0.910.6400.71
HSL222.35º82.93%16.08%-
HSV(B)222.35º90.67%29.41%-
XYZ1.751.346.82-
YUV26.49155.37114.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=6.42%
G=24.77%
B=68.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727750.910.6400.71222.3582.9316.08
Hex71B4B5B40047de5310
Octal733113133100010733612320
Binary111110111001011101101110000000100011111011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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