Html Css Color HEX #072298 Smalt

📋 copy color: '#072298'

red 7 ◦ green 34 ◦ blue 152

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

Shades of Smalt #072298

Tints of Smalt #072298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 78.76%

R = 3.63%
G = 17.62%
B = 78.76%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#072298 (or 0x072298) is known color: Smalt. HEX triplet: 07, 22 and 98. RGB value is (7,34,152). Sum of RGB (Red+Green+Blue) = 7+34+152=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #072298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072298 is #F8DD67. Grayscale: #262626. Windows color (decimal): -16309608 or 9970183. OLE color: 9970183.

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

Color convert

RGB 7 34 152 -
CMYK 0.95 0.78 0 0.40
HSL 228.83º 0.91% 0.31% -
HSV(B) 228.83º 0.95% 0.6% -
XYZ 6.33 3.46 30.04 -
YUV 39.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 7 34 152 0.95 0.78 0 0.40 228.83 0.91 0.31
Hex 7 22 98 5F 4E 0 28 E5 5B 1F
Octal 7 42 230 137 116 0 50 345 133 37
Binary 111 100010 10011000 1011111 1001110 0 101000 11100101 1011011 11111

Color Harmonies of #072298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072298

Black with #072298

Text Example


Text Example

White with #072298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072298; }

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

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

background-color css

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

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

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

border-color css

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

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

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