#071C72

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

Shades of Sapphire #071C72

Tints of Sapphire #071C72

Color information

#071C72 (or 0x071C72) is unknown color: approx Sapphire. HEX triplet: 07, 1C and 72. RGB value is (7,28,114). Sum of RGB (Red+Green+Blue) = 7+28+114=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #071C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C72 is #F8E38D. Grayscale: #1F1F1F. Windows color (decimal): -16311182 or 7478279. OLE color: 7478279.

HSL color Cylindrical-coordinate representation of color #071C72: hue angle of 228.22º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071C72 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB728114-
CMYK0.940.7500.55
HSL228.22º88.43%23.73%-
HSV(B)228.22º93.86%44.71%-
XYZ3.542.0916.14-
YUV31.52174.54110.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=4.70%
G=18.79%
B=76.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7281140.940.7500.55228.2288.4323.73
Hex71C725E4B037e45818
Octal73416213611306734413030
Binary11111100111001010111101001011011011111100100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,114); }

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

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

 a { background-color: rgb(7,28,114); }

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

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

 span { border-color: rgb(7,28,114); }

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