#071852

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

Shades of Sapphire #071852

Tints of Sapphire #071852

Color information

#071852 (or 0x071852) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 52. RGB value is (7,24,82). Sum of RGB (Red+Green+Blue) = 7+24+82=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #071852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071852 is #F8E7AD. Grayscale: #191919. Windows color (decimal): -16312238 or 5380103. OLE color: 5380103.

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

Color convert

RGB72482-
CMYK0.910.7100.68
HSL226.4º84.27%17.45%-
HSV(B)226.4º91.46%32.16%-
XYZ1.941.318.13-
YUV25.53159.87114.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 82 (32.42% from 255) = 72.57%
R=6.19%
G=21.24%
B=72.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal724820.910.7100.68226.484.2717.45
Hex718525B47044e25411
Octal730122133107010434212421
Binary111110001010010101101110001110100010011100010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071852; }

 p { color: rgb(7,24,82); }

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

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

 a { background-color: rgb(7,24,82); }

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

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

 span { border-color: rgb(7,24,82); }

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