#07194B

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

Shades of Sapphire #07194B

Tints of Sapphire #07194B

Color information

#07194B (or 0x07194B) is unknown color: approx Sapphire. HEX triplet: 07, 19 and 4B. RGB value is (7,25,75). Sum of RGB (Red+Green+Blue) = 7+25+75=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #07194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07194B is #F8E6B4. Grayscale: #191919. Windows color (decimal): -16311989 or 4921607. OLE color: 4921607.

HSL color Cylindrical-coordinate representation of color #07194B: hue angle of 224.12º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07194B is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72575-
CMYK0.910.6700.71
HSL224.12º82.93%16.08%-
HSV(B)224.12º90.67%29.41%-
XYZ1.711.256.81-
YUV25.32156.04114.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=6.54%
G=23.36%
B=70.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal725750.910.6700.71224.1282.9316.08
Hex7194B5B43047e05310
Octal731113133103010734012320
Binary111110011001011101101110000110100011111100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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