Html Css Color HEX #072982 Smalt

📋 copy color: '#072982'

red 7 ◦ green 41 ◦ blue 130

#072982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #072982

Tints of Smalt #072982

RGB

 RED value IS 7 (3.13% from 255) = 3.93%

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 130 (51.17% from 255) = 73.03%

R = 3.93%
G = 23.03%
B = 73.03%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#072982 (or 0x072982) is known color: Smalt. HEX triplet: 07, 29 and 82. RGB value is (7,41,130). Sum of RGB (Red+Green+Blue) = 7+41+130=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #072982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072982 is #F8D67D. Grayscale: #282828. Windows color (decimal): -16307838 or 8530183. OLE color: 8530183.

HSL color Cylindrical-coordinate representation of color #072982: hue angle of 223.41º 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 #072982 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 41 130 -
CMYK 0.95 0.68 0 0.49
HSL 223.41º 0.9% 0.27% -
HSV(B) 223.41º 0.95% 0.51% -
XYZ 4.91 3.24 21.49 -
YUV 40.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 7 41 130 0.95 0.68 0 0.49 223.41 0.9 0.27
Hex 7 29 82 5F 44 0 31 DF 5A 1B
Octal 7 51 202 137 104 0 61 337 132 33
Binary 111 101001 10000010 1011111 1000100 0 110001 11011111 1011010 11011

Color Harmonies of #072982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072982

Black with #072982

Text Example


Text Example

White with #072982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072982; }

 p { color: rgb(7,41,130); }

 H1.HeaderClassName
 {
   color: #072982;
 }
 .AnyTagClassName
 {
   color: #072982;
 }
</style>

background-color css

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

 a { background-color: rgb(7,41,130); }

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

border-color css

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

 span { border-color: rgb(7,41,130); }

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