#07184B

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

Shades of Sapphire #07184B

Tints of Sapphire #07184B

Color information

#07184B (or 0x07184B) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 4B. RGB value is (7,24,75). Sum of RGB (Red+Green+Blue) = 7+24+75=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #07184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07184B is #F8E7B4. Grayscale: #181818. Windows color (decimal): -16312245 or 4921351. OLE color: 4921351.

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

Color convert

RGB72475-
CMYK0.910.6800.71
HSL225º82.93%16.08%-
HSV(B)225º90.67%29.41%-
XYZ1.681.216.8-
YUV24.73156.37115.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=6.60%
G=22.64%
B=70.75%

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
Decimal724750.910.6800.7122582.9316.08
Hex7184B5B44047e15310
Octal730113133104010734112320
Binary111110001001011101101110001000100011111100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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