#072B92

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

Shades of Smalt #072B92

Tints of Smalt #072B92

Color information

#072B92 (or 0x072B92) is unknown color: approx Smalt. HEX triplet: 07, 2B and 92. RGB value is (7,43,146). Sum of RGB (Red+Green+Blue) = 7+43+146=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #072B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B92 is #F8D46D. Grayscale: #2B2B2B. Windows color (decimal): -16307310 or 9579271. OLE color: 9579271.

HSL color Cylindrical-coordinate representation of color #072B92: hue angle of 224.46º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072B92 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB743146-
CMYK0.950.7100.43
HSL224.46º90.85%30%-
HSV(B)224.46º95.21%57.25%-
XYZ6.143.8527.61-
YUV43.98185.57101.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 146 (57.42% from 255) = 74.49%
R=3.57%
G=21.94%
B=74.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7431460.950.7100.43224.4690.8530
Hex72B925F4702Be05b1e
Octal75322213710705334013336
Binary1111010111001001010111111000111010101111100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,146); }

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

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

 a { background-color: rgb(7,43,146); }

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

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

 span { border-color: rgb(7,43,146); }

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