#071252

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

Shades of Sapphire #071252

Tints of Sapphire #071252

Color information

#071252 (or 0x071252) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 52. RGB value is (7,18,82). Sum of RGB (Red+Green+Blue) = 7+18+82=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #071252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071252 is #F8EDAD. Grayscale: #151515. Windows color (decimal): -16313774 or 5378567. OLE color: 5378567.

HSL color Cylindrical-coordinate representation of color #071252: hue angle of 231.2º 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 #071252 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71882-
CMYK0.910.7800.68
HSL231.2º84.27%17.45%-
HSV(B)231.2º91.46%32.16%-
XYZ1.831.098.1-
YUV22.01161.86117.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=6.54%
G=16.82%
B=76.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718820.910.7800.68231.284.2717.45
Hex712525B4E044e75411
Octal722122133116010434712421
Binary111100101010010101101110011100100010011100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071252; }

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

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

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

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

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

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

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

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