#07184E

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

Shades of Sapphire #07184E

Tints of Sapphire #07184E

Color information

#07184E (or 0x07184E) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 4E. RGB value is (7,24,78). Sum of RGB (Red+Green+Blue) = 7+24+78=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #07184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07184E is #F8E7B1. Grayscale: #181818. Windows color (decimal): -16312242 or 5117959. OLE color: 5117959.

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

Color convert

RGB72478-
CMYK0.910.6900.69
HSL225.63º83.53%16.67%-
HSV(B)225.63º91.03%30.59%-
XYZ1.791.257.35-
YUV25.07157.87115.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 78 (30.86% from 255) = 71.56%
R=6.42%
G=22.02%
B=71.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal724780.910.6900.69225.6383.5316.67
Hex7184E5B45045e25411
Octal730116133105010534212421
Binary111110001001110101101110001010100010111100010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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