Html Css Color HEX #072F99 Smalt

📋 copy color: '#072F99'

red 7 ◦ green 47 ◦ blue 153

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

Shades of Smalt #072F99

Tints of Smalt #072F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 3.38%
G = 22.71%
B = 73.91%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#072F99 (or 0x072F99) is known color: Smalt. HEX triplet: 07, 2F and 99. RGB value is (7,47,153). Sum of RGB (Red+Green+Blue) = 7+47+153=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #072F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F99 is #F8D066. Grayscale: #2E2E2E. Windows color (decimal): -16306279 or 10039047. OLE color: 10039047.

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

Color convert

RGB 7 47 153 -
CMYK 0.95 0.69 0 0.4
HSL 223.56º 0.91% 0.31% -
HSV(B) 223.56º 0.95% 0.6% -
XYZ 6.85 4.38 30.62 -
YUV 47.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 7 47 153 0.95 0.69 0 0.4 223.56 0.91 0.31
Hex 7 2F 99 5F 45 0 28 E0 5B 1F
Octal 7 57 231 137 105 0 50 340 133 37
Binary 111 101111 10011001 1011111 1000101 0 101000 11100000 1011011 11111

Color Harmonies of #072F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F99

Black with #072F99

Text Example


Text Example

White with #072F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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