#07244A

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

Shades of Sapphire #07244A

Tints of Sapphire #07244A

Color information

#07244A (or 0x07244A) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 4A. RGB value is (7,36,74). Sum of RGB (Red+Green+Blue) = 7+36+74=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #07244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07244A is #F8DBB5. Grayscale: #1F1F1F. Windows color (decimal): -16309174 or 4858887. OLE color: 4858887.

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

Color convert

RGB73674-
CMYK0.910.5100.71
HSL214.03º82.72%15.88%-
HSV(B)214.03º90.54%29.02%-
XYZ1.951.86.72-
YUV31.66151.89110.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 74 (29.30% from 255) = 63.25%
R=5.98%
G=30.77%
B=63.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal736740.910.5100.71214.0382.7215.88
Hex7244A5B33047d65310
Octal74411213363010732612320
Binary111100100100101010110111100110100011111010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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