#072483

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

Shades of Sapphire #072483

Tints of Sapphire #072483

Color information

#072483 (or 0x072483) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 83. RGB value is (7,36,131). Sum of RGB (Red+Green+Blue) = 7+36+131=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #072483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072483 is #F8DB7C. Grayscale: #252525. Windows color (decimal): -16309117 or 8594439. OLE color: 8594439.

HSL color Cylindrical-coordinate representation of color #072483: hue angle of 225.97º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072483 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB736131-
CMYK0.950.7300.49
HSL225.97º89.86%27.06%-
HSV(B)225.97º94.66%51.37%-
XYZ4.822.9521.79-
YUV38.16180.39105.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 131 (51.56% from 255) = 75.29%
R=4.02%
G=20.69%
B=75.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7361310.950.7300.49225.9789.8627.06
Hex724835F49031e25a1b
Octal74420313711106134213233
Binary1111001001000001110111111001001011000111100010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072483; }

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

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

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

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

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

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

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

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