#07194F

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

Shades of Sapphire #07194F

Tints of Sapphire #07194F

Color information

#07194F (or 0x07194F) is unknown color: approx Sapphire. HEX triplet: 07, 19 and 4F. RGB value is (7,25,79). Sum of RGB (Red+Green+Blue) = 7+25+79=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #07194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07194F is #F8E6B0. Grayscale: #191919. Windows color (decimal): -16311985 or 5183751. OLE color: 5183751.

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

Color convert

RGB72579-
CMYK0.910.6800.69
HSL225º83.72%16.86%-
HSV(B)225º91.14%30.98%-
XYZ1.851.37.55-
YUV25.77158.04114.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=6.31%
G=22.52%
B=71.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal725790.910.6800.6922583.7216.86
Hex7194F5B44045e15411
Octal731117133104010534112421
Binary111110011001111101101110001000100010111100001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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