Html Css Color HEX #072491 Smalt

📋 copy color: '#072491'

red 7 ◦ green 36 ◦ blue 145

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

Shades of Smalt #072491

Tints of Smalt #072491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 77.13%

R = 3.72%
G = 19.15%
B = 77.13%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#072491 (or 0x072491) is known color: Smalt. HEX triplet: 07, 24 and 91. RGB value is (7,36,145). Sum of RGB (Red+Green+Blue) = 7+36+145=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #072491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072491 is #F8DB6E. Grayscale: #272727. Windows color (decimal): -16309103 or 9511943. OLE color: 9511943.

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

Color convert

RGB 7 36 145 -
CMYK 0.95 0.75 0 0.43
HSL 227.39º 0.91% 0.3% -
HSV(B) 227.39º 0.95% 0.57% -
XYZ 5.83 3.35 27.13 -
YUV 39.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 7 36 145 0.95 0.75 0 0.43 227.39 0.91 0.3
Hex 7 24 91 5F 4B 0 2B E3 5B 1E
Octal 7 44 221 137 113 0 53 343 133 36
Binary 111 100100 10010001 1011111 1001011 0 101011 11100011 1011011 11110

Color Harmonies of #072491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072491

Black with #072491

Text Example


Text Example

White with #072491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072491; }

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

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

background-color css

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

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

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

border-color css

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

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

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