#07154F

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

Shades of Sapphire #07154F

Tints of Sapphire #07154F

Color information

#07154F (or 0x07154F) is unknown color: approx Sapphire. HEX triplet: 07, 15 and 4F. RGB value is (7,21,79). Sum of RGB (Red+Green+Blue) = 7+21+79=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #07154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07154F is #F8EAB0. Grayscale: #171717. Windows color (decimal): -16313009 or 5182727. OLE color: 5182727.

HSL color Cylindrical-coordinate representation of color #07154F: hue angle of 228.33º 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 #07154F is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72179-
CMYK0.910.7300.69
HSL228.33º83.72%16.86%-
HSV(B)228.33º91.14%30.98%-
XYZ1.771.157.53-
YUV23.43159.36116.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 79 (31.25% from 255) = 73.83%
R=6.54%
G=19.63%
B=73.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal721790.910.7300.69228.3383.7216.86
Hex7154F5B49045e45411
Octal725117133111010534412421
Binary111101011001111101101110010010100010111100100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07154F; }

 p { color: rgb(7,21,79); }

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

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

 a { background-color: rgb(7,21,79); }

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

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

 span { border-color: rgb(7,21,79); }

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