Html Css Color HEX #072295 Smalt

📋 copy color: '#072295'

red 7 ◦ green 34 ◦ blue 149

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

Shades of Smalt #072295

Tints of Smalt #072295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 3.68%
G = 17.89%
B = 78.42%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#072295 (or 0x072295) is known color: Smalt. HEX triplet: 07, 22 and 95. RGB value is (7,34,149). Sum of RGB (Red+Green+Blue) = 7+34+149=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #072295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072295 is #F8DD6A. Grayscale: #262626. Windows color (decimal): -16309611 or 9773575. OLE color: 9773575.

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

Color convert

RGB 7 34 149 -
CMYK 0.95 0.77 0 0.42
HSL 228.59º 0.91% 0.31% -
HSV(B) 228.59º 0.95% 0.58% -
XYZ 6.08 3.36 28.76 -
YUV 39.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 7 34 149 0.95 0.77 0 0.42 228.59 0.91 0.31
Hex 7 22 95 5F 4D 0 2A E5 5B 1F
Octal 7 42 225 137 115 0 52 345 133 37
Binary 111 100010 10010101 1011111 1001101 0 101010 11100101 1011011 11111

Color Harmonies of #072295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072295

Black with #072295

Text Example


Text Example

White with #072295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072295; }

 p { color: rgb(7,34,149); }

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

background-color css

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

 a { background-color: rgb(7,34,149); }

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

border-color css

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

 span { border-color: rgb(7,34,149); }

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