Html Css Color HEX #072393 Smalt

📋 copy color: '#072393'

red 7 ◦ green 35 ◦ blue 147

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

Shades of Smalt #072393

Tints of Smalt #072393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

 BLUE value IS 147 (57.81% from 255) = 77.78%

R = 3.7%
G = 18.52%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#072393 (or 0x072393) is known color: Smalt. HEX triplet: 07, 23 and 93. RGB value is (7,35,147). Sum of RGB (Red+Green+Blue) = 7+35+147=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #072393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072393 is #F8DC6C. Grayscale: #262626. Windows color (decimal): -16309357 or 9642759. OLE color: 9642759.

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

Color convert

RGB 7 35 147 -
CMYK 0.95 0.76 0 0.42
HSL 228º 0.91% 0.3% -
HSV(B) 228º 0.95% 0.58% -
XYZ 5.96 3.35 27.94 -
YUV 39.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 7 35 147 0.95 0.76 0 0.42 228 0.91 0.3
Hex 7 23 93 5F 4C 0 2A E4 5B 1E
Octal 7 43 223 137 114 0 52 344 133 36
Binary 111 100011 10010011 1011111 1001100 0 101010 11100100 1011011 11110

Color Harmonies of #072393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072393

Black with #072393

Text Example


Text Example

White with #072393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072393; }

 p { color: rgb(7,35,147); }

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

background-color css

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

 a { background-color: rgb(7,35,147); }

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

border-color css

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

 span { border-color: rgb(7,35,147); }

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