Html Css Color HEX #072F96 Smalt

📋 copy color: '#072F96'

red 7 ◦ green 47 ◦ blue 150

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

Shades of Smalt #072F96

Tints of Smalt #072F96

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

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

R = 3.43%
G = 23.04%
B = 73.53%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#072F96 (or 0x072F96) is known color: Smalt. HEX triplet: 07, 2F and 96. RGB value is (7,47,150). Sum of RGB (Red+Green+Blue) = 7+47+150=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #072F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F96 is #F8D069. Grayscale: #2E2E2E. Windows color (decimal): -16306282 or 9842439. OLE color: 9842439.

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

Color convert

RGB 7 47 150 -
CMYK 0.95 0.69 0 0.41
HSL 223.22º 0.91% 0.31% -
HSV(B) 223.22º 0.95% 0.59% -
XYZ 6.61 4.28 29.33 -
YUV 46.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 7 47 150 0.95 0.69 0 0.41 223.22 0.91 0.31
Hex 7 2F 96 5F 45 0 29 DF 5B 1F
Octal 7 57 226 137 105 0 51 337 133 37
Binary 111 101111 10010110 1011111 1000101 0 101001 11011111 1011011 11111

Color Harmonies of #072F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F96

Black with #072F96

Text Example


Text Example

White with #072F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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