#071B48

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

Shades of Sapphire #071B48

Tints of Sapphire #071B48

Color information

#071B48 (or 0x071B48) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 48. RGB value is (7,27,72). Sum of RGB (Red+Green+Blue) = 7+27+72=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #071B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B48 is #F8E4B7. Grayscale: #191919. Windows color (decimal): -16311480 or 4725511. OLE color: 4725511.

HSL color Cylindrical-coordinate representation of color #071B48: hue angle of 221.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071B48 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB72772-
CMYK0.900.6200.72
HSL221.54º82.28%15.49%-
HSV(B)221.54º90.28%28.24%-
XYZ1.651.36.29-
YUV26.15153.87114.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=6.60%
G=25.47%
B=67.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727720.900.6200.72221.5482.2815.49
Hex71B485A3E048de52f
Octal73311013276011033612217
Binary1111101110010001011010111110010010001101111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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