Html Css Color HEX #072F95 Smalt

📋 copy color: '#072F95'

red 7 ◦ green 47 ◦ blue 149

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

Shades of Smalt #072F95

Tints of Smalt #072F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 3.45%
G = 23.15%
B = 73.4%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#072F95 (or 0x072F95) is known color: Smalt. HEX triplet: 07, 2F and 95. RGB value is (7,47,149). Sum of RGB (Red+Green+Blue) = 7+47+149=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #072F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F95 is #F8D06A. Grayscale: #2E2E2E. Windows color (decimal): -16306283 or 9776903. OLE color: 9776903.

HSL color Cylindrical-coordinate representation of color #072F95: hue angle of 223.1º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072F95 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 47 149 -
CMYK 0.95 0.68 0 0.42
HSL 223.1º 0.91% 0.31% -
HSV(B) 223.1º 0.95% 0.58% -
XYZ 6.53 4.25 28.91 -
YUV 46.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 7 47 149 0.95 0.68 0 0.42 223.1 0.91 0.31
Hex 7 2F 95 5F 44 0 2A DF 5B 1F
Octal 7 57 225 137 104 0 52 337 133 37
Binary 111 101111 10010101 1011111 1000100 0 101010 11011111 1011011 11111

Color Harmonies of #072F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F95

Black with #072F95

Text Example


Text Example

White with #072F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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