#07244F

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

Shades of Sapphire #07244F

Tints of Sapphire #07244F

Color information

#07244F (or 0x07244F) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 4F. RGB value is (7,36,79). Sum of RGB (Red+Green+Blue) = 7+36+79=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #07244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07244F is #F8DBB0. Grayscale: #202020. Windows color (decimal): -16309169 or 5186567. OLE color: 5186567.

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

Color convert

RGB73679-
CMYK0.910.5400.69
HSL215.83º83.72%16.86%-
HSV(B)215.83º91.14%30.98%-
XYZ2.131.877.65-
YUV32.23154.39110-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=5.74%
G=29.51%
B=64.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal736790.910.5400.69215.8383.7216.86
Hex7244F5B36045d85411
Octal74411713366010533012421
Binary111100100100111110110111101100100010111011000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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