Html Css Color HEX #072896 Smalt

📋 copy color: '#072896'

red 7 ◦ green 40 ◦ blue 150

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

Shades of Smalt #072896

Tints of Smalt #072896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 76.14%

R = 3.55%
G = 20.3%
B = 76.14%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#072896 (or 0x072896) is known color: Smalt. HEX triplet: 07, 28 and 96. RGB value is (7,40,150). Sum of RGB (Red+Green+Blue) = 7+40+150=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #072896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072896 is #F8D769. Grayscale: #2A2A2A. Windows color (decimal): -16308074 or 9840647. OLE color: 9840647.

HSL color Cylindrical-coordinate representation of color #072896: hue angle of 226.15º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072896 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 40 150 -
CMYK 0.95 0.73 0 0.41
HSL 226.15º 0.91% 0.31% -
HSV(B) 226.15º 0.95% 0.59% -
XYZ 6.35 3.76 29.25 -
YUV 42.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 7 40 150 0.95 0.73 0 0.41 226.15 0.91 0.31
Hex 7 28 96 5F 49 0 29 E2 5B 1F
Octal 7 50 226 137 111 0 51 342 133 37
Binary 111 101000 10010110 1011111 1001001 0 101001 11100010 1011011 11111

Color Harmonies of #072896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072896

Black with #072896

Text Example


Text Example

White with #072896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072896; }

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

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

background-color css

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

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

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

border-color css

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

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

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