Html Css Color HEX #072F9E Smalt

📋 copy color: '#072F9E'

red 7 ◦ green 47 ◦ blue 158

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

Shades of Smalt #072F9E

Tints of Smalt #072F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 74.53%

R = 3.3%
G = 22.17%
B = 74.53%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#072F9E (or 0x072F9E) is known color: Smalt. HEX triplet: 07, 2F and 9E. RGB value is (7,47,158). Sum of RGB (Red+Green+Blue) = 7+47+158=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #072F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F9E is #F8D061. Grayscale: #2F2F2F. Windows color (decimal): -16306274 or 10366727. OLE color: 10366727.

HSL color Cylindrical-coordinate representation of color #072F9E: hue angle of 224.11º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072F9E is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 47 158 -
CMYK 0.96 0.70 0 0.38
HSL 224.11º 0.92% 0.32% -
HSV(B) 224.11º 0.96% 0.62% -
XYZ 7.28 4.55 32.84 -
YUV 47.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 7 47 158 0.96 0.70 0 0.38 224.11 0.92 0.32
Hex 7 2F 9E 60 46 0 26 E0 5C 20
Octal 7 57 236 140 106 0 46 340 134 40
Binary 111 101111 10011110 1100000 1000110 0 100110 11100000 1011100 100000

Color Harmonies of #072F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F9E

Black with #072F9E

Text Example


Text Example

White with #072F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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