#072A5C

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

Shades of Sapphire #072A5C

Tints of Sapphire #072A5C

Color information

#072A5C (or 0x072A5C) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 5C. RGB value is (7,42,92). Sum of RGB (Red+Green+Blue) = 7+42+92=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #072A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A5C is #F8D5A3. Grayscale: #252525. Windows color (decimal): -16307620 or 6040071. OLE color: 6040071.

HSL color Cylindrical-coordinate representation of color #072A5C: hue angle of 215.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072A5C is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB74292-
CMYK0.920.5400.64
HSL215.29º85.86%19.41%-
HSV(B)215.29º92.39%36.08%-
XYZ2.852.4710.45-
YUV37.24158.9106.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 92 (36.33% from 255) = 65.25%
R=4.96%
G=29.79%
B=65.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal742920.920.5400.64215.2985.8619.41
Hex72A5C5C36040d75613
Octal75213413466010032712623
Binary111101010101110010111001101100100000011010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072A5C; }

 p { color: rgb(7,42,92); }

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

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

 a { background-color: rgb(7,42,92); }

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

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

 span { border-color: rgb(7,42,92); }

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