Html Css Color HEX #073384 Smalt

📋 copy color: '#073384'

red 7 ◦ green 51 ◦ blue 132

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

Shades of Smalt #073384

Tints of Smalt #073384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 132 (51.95% from 255) = 69.47%

R = 3.68%
G = 26.84%
B = 69.47%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#073384 (or 0x073384) is known color: Smalt. HEX triplet: 07, 33 and 84. RGB value is (7,51,132). Sum of RGB (Red+Green+Blue) = 7+51+132=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #073384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073384 is #F8CC7B. Grayscale: #2E2E2E. Windows color (decimal): -16305276 or 8663815. OLE color: 8663815.

HSL color Cylindrical-coordinate representation of color #073384: hue angle of 218.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073384 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 51 132 -
CMYK 0.95 0.61 0 0.48
HSL 218.88º 0.9% 0.27% -
HSV(B) 218.88º 0.95% 0.52% -
XYZ 5.44 4.08 22.33 -
YUV 47.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 7 51 132 0.95 0.61 0 0.48 218.88 0.9 0.27
Hex 7 33 84 5F 3D 0 30 DB 5A 1B
Octal 7 63 204 137 75 0 60 333 132 33
Binary 111 110011 10000100 1011111 111101 0 110000 11011011 1011010 11011

Color Harmonies of #073384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073384

Black with #073384

Text Example


Text Example

White with #073384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073384; }

 p { color: rgb(7,51,132); }

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

background-color css

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

 a { background-color: rgb(7,51,132); }

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

border-color css

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

 span { border-color: rgb(7,51,132); }

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