Html Css Color HEX #072897 Smalt

📋 copy color: '#072897'

red 7 ◦ green 40 ◦ blue 151

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

Shades of Smalt #072897

Tints of Smalt #072897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

 BLUE value IS 151 (59.38% from 255) = 76.26%

R = 3.54%
G = 20.2%
B = 76.26%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#072897 (or 0x072897) is known color: Smalt. HEX triplet: 07, 28 and 97. RGB value is (7,40,151). Sum of RGB (Red+Green+Blue) = 7+40+151=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #072897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072897 is #F8D768. Grayscale: #2A2A2A. Windows color (decimal): -16308073 or 9906183. OLE color: 9906183.

HSL color Cylindrical-coordinate representation of color #072897: hue angle of 226.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072897 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 40 151 -
CMYK 0.95 0.74 0 0.41
HSL 226.25º 0.91% 0.31% -
HSV(B) 226.25º 0.95% 0.59% -
XYZ 6.43 3.8 29.67 -
YUV 42.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 7 40 151 0.95 0.74 0 0.41 226.25 0.91 0.31
Hex 7 28 97 5F 4A 0 29 E2 5B 1F
Octal 7 50 227 137 112 0 51 342 133 37
Binary 111 101000 10010111 1011111 1001010 0 101001 11100010 1011011 11111

Color Harmonies of #072897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072897

Black with #072897

Text Example


Text Example

White with #072897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072897; }

 p { color: rgb(7,40,151); }

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

background-color css

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

 a { background-color: rgb(7,40,151); }

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

border-color css

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

 span { border-color: rgb(7,40,151); }

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