Html Css Color HEX #072882 Smalt

📋 copy color: '#072882'

red 7 ◦ green 40 ◦ blue 130

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

Shades of Smalt #072882

Tints of Smalt #072882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 3.95%
G = 22.6%
B = 73.45%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#072882 (or 0x072882) is known color: Smalt. HEX triplet: 07, 28 and 82. RGB value is (7,40,130). Sum of RGB (Red+Green+Blue) = 7+40+130=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #072882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072882 is #F8D77D. Grayscale: #282828. Windows color (decimal): -16308094 or 8529927. OLE color: 8529927.

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

Color convert

RGB 7 40 130 -
CMYK 0.95 0.69 0 0.49
HSL 223.9º 0.9% 0.27% -
HSV(B) 223.9º 0.95% 0.51% -
XYZ 4.88 3.17 21.47 -
YUV 40.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 7 40 130 0.95 0.69 0 0.49 223.9 0.9 0.27
Hex 7 28 82 5F 45 0 31 E0 5A 1B
Octal 7 50 202 137 105 0 61 340 132 33
Binary 111 101000 10000010 1011111 1000101 0 110001 11100000 1011010 11011

Color Harmonies of #072882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072882

Black with #072882

Text Example


Text Example

White with #072882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072882; }

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

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

background-color css

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

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

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

border-color css

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

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

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