Html Css Color HEX #072490 Smalt

📋 copy color: '#072490'

red 7 ◦ green 36 ◦ blue 144

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

Shades of Smalt #072490

Tints of Smalt #072490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

 BLUE value IS 144 (56.64% from 255) = 77.01%

R = 3.74%
G = 19.25%
B = 77.01%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#072490 (or 0x072490) is known color: Smalt. HEX triplet: 07, 24 and 90. RGB value is (7,36,144). Sum of RGB (Red+Green+Blue) = 7+36+144=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #072490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072490 is #F8DB6F. Grayscale: #272727. Windows color (decimal): -16309104 or 9446407. OLE color: 9446407.

HSL color Cylindrical-coordinate representation of color #072490: hue angle of 227.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072490 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 36 144 -
CMYK 0.95 0.75 0 0.44
HSL 227.3º 0.91% 0.3% -
HSV(B) 227.3º 0.95% 0.56% -
XYZ 5.75 3.32 26.72 -
YUV 39.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 7 36 144 0.95 0.75 0 0.44 227.3 0.91 0.3
Hex 7 24 90 5F 4B 0 2C E3 5B 1E
Octal 7 44 220 137 113 0 54 343 133 36
Binary 111 100100 10010000 1011111 1001011 0 101100 11100011 1011011 11110

Color Harmonies of #072490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072490

Black with #072490

Text Example


Text Example

White with #072490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072490; }

 p { color: rgb(7,36,144); }

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

background-color css

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

 a { background-color: rgb(7,36,144); }

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

border-color css

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

 span { border-color: rgb(7,36,144); }

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