#07264E

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

Shades of Sapphire #07264E

Tints of Sapphire #07264E

Color information

#07264E (or 0x07264E) is unknown color: approx Sapphire. HEX triplet: 07, 26 and 4E. RGB value is (7,38,78). Sum of RGB (Red+Green+Blue) = 7+38+78=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #07264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07264E is #F8D9B1. Grayscale: #212121. Windows color (decimal): -16308658 or 5121543. OLE color: 5121543.

HSL color Cylindrical-coordinate representation of color #07264E: hue angle of 213.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07264E is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73878-
CMYK0.910.5100.69
HSL213.8º83.53%16.67%-
HSV(B)213.8º91.03%30.59%-
XYZ2.161.987.48-
YUV33.29153.23109.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 78 (30.86% from 255) = 63.41%
R=5.69%
G=30.89%
B=63.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal738780.910.5100.69213.883.5316.67
Hex7264E5B33045d65411
Octal74611613363010532612421
Binary111100110100111010110111100110100010111010110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07264E; }

 p { color: rgb(7,38,78); }

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

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

 a { background-color: rgb(7,38,78); }

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

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

 span { border-color: rgb(7,38,78); }

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