Html Css Color HEX #07379B Smalt

📋 copy color: '#07379B'

red 7 ◦ green 55 ◦ blue 155

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

Shades of Smalt #07379B

Tints of Smalt #07379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.43%

R = 3.23%
G = 25.35%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07379B (or 0x07379B) is known color: Smalt. HEX triplet: 07, 37 and 9B. RGB value is (7,55,155). Sum of RGB (Red+Green+Blue) = 7+55+155=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #07379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07379B is #F8C864. Grayscale: #333333. Windows color (decimal): -16304229 or 10172167. OLE color: 10172167.

HSL color Cylindrical-coordinate representation of color #07379B: hue angle of 220.54º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07379B is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 55 155 -
CMYK 0.95 0.65 0 0.39
HSL 220.54º 0.91% 0.32% -
HSV(B) 220.54º 0.95% 0.61% -
XYZ 7.37 5.14 31.61 -
YUV 52.05 186.1 95.87 -
System Red Green Blue C M Y K H S L
Decimal 7 55 155 0.95 0.65 0 0.39 220.54 0.91 0.32
Hex 7 37 9B 5F 41 0 27 DD 5B 20
Octal 7 67 233 137 101 0 47 335 133 40
Binary 111 110111 10011011 1011111 1000001 0 100111 11011101 1011011 100000

Color Harmonies of #07379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07379B

Black with #07379B

Text Example


Text Example

White with #07379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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