#07184A

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

Shades of Sapphire #07184A

Tints of Sapphire #07184A

Color information

#07184A (or 0x07184A) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 4A. RGB value is (7,24,74). Sum of RGB (Red+Green+Blue) = 7+24+74=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #07184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07184A is #F8E7B5. Grayscale: #181818. Windows color (decimal): -16312246 or 4855815. OLE color: 4855815.

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

Color convert

RGB72474-
CMYK0.910.6800.71
HSL224.78º82.72%15.88%-
HSV(B)224.78º90.54%29.02%-
XYZ1.651.196.62-
YUV24.62155.87115.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 74 (29.30% from 255) = 70.48%
R=6.67%
G=22.86%
B=70.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal724740.910.6800.71224.7882.7215.88
Hex7184A5B44047e15310
Octal730112133104010734112320
Binary111110001001010101101110001000100011111100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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