Html Css Color HEX #07379E Smalt

📋 copy color: '#07379E'

red 7 ◦ green 55 ◦ blue 158

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

Shades of Smalt #07379E

Tints of Smalt #07379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 3.18%
G = 25%
B = 71.82%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07379E (or 0x07379E) is known color: Smalt. HEX triplet: 07, 37 and 9E. RGB value is (7,55,158). Sum of RGB (Red+Green+Blue) = 7+55+158=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #07379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07379E is #F8C861. Grayscale: #333333. Windows color (decimal): -16304226 or 10368775. OLE color: 10368775.

HSL color Cylindrical-coordinate representation of color #07379E: hue angle of 220.93º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07379E is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 55 158 -
CMYK 0.96 0.65 0 0.38
HSL 220.93º 0.92% 0.32% -
HSV(B) 220.93º 0.96% 0.62% -
XYZ 7.63 5.25 32.96 -
YUV 52.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 7 55 158 0.96 0.65 0 0.38 220.93 0.92 0.32
Hex 7 37 9E 60 41 0 26 DD 5C 20
Octal 7 67 236 140 101 0 46 335 134 40
Binary 111 110111 10011110 1100000 1000001 0 100110 11011101 1011100 100000

Color Harmonies of #07379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07379E

Black with #07379E

Text Example


Text Example

White with #07379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07379E; }

 p { color: rgb(7,55,158); }

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

background-color css

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

 a { background-color: rgb(7,55,158); }

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

border-color css

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

 span { border-color: rgb(7,55,158); }

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