#07256B

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

Shades of Sapphire #07256B

Tints of Sapphire #07256B

Color information

#07256B (or 0x07256B) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 6B. RGB value is (7,37,107). Sum of RGB (Red+Green+Blue) = 7+37+107=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #07256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07256B is #F8DA94. Grayscale: #232323. Windows color (decimal): -16308885 or 7021831. OLE color: 7021831.

HSL color Cylindrical-coordinate representation of color #07256B: hue angle of 222º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07256B is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB737107-
CMYK0.930.6500.58
HSL222º87.72%22.35%-
HSV(B)222º93.46%41.96%-
XYZ3.42.4314.2-
YUV36.01168.06107.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 107 (42.19% from 255) = 70.86%
R=4.64%
G=24.50%
B=70.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7371070.930.6500.5822287.7222.35
Hex7256B5D4103Ade5816
Octal74515313510107233613026
Binary111100101110101110111011000001011101011011110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07256B; }

 p { color: rgb(7,37,107); }

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

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

 a { background-color: rgb(7,37,107); }

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

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

 span { border-color: rgb(7,37,107); }

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