#072767

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

Shades of Sapphire #072767

Tints of Sapphire #072767

Color information

#072767 (or 0x072767) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 67. RGB value is (7,39,103). Sum of RGB (Red+Green+Blue) = 7+39+103=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 103 (40.62% from 255 or 69.13% from 149); Max value from RGB is 103 - color contains mainly: blue. Hex color #072767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072767 is #F8D898. Grayscale: #242424. Windows color (decimal): -16308377 or 6760199. OLE color: 6760199.

HSL color Cylindrical-coordinate representation of color #072767: hue angle of 220º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072767 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB739103-
CMYK0.930.6200.60
HSL220º87.27%21.57%-
HSV(B)220º93.2%40.39%-
XYZ3.262.4813.14-
YUV36.73165.4106.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 103 (40.62% from 255) = 69.13%
R=4.70%
G=26.17%
B=69.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7391030.930.6200.6022087.2721.57
Hex727675D3E03Cdc5716
Octal7471471357607433412726
Binary11110011111001111011101111110011110011011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072767; }

 p { color: rgb(7,39,103); }

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

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

 a { background-color: rgb(7,39,103); }

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

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

 span { border-color: rgb(7,39,103); }

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