Html Css Color HEX #07399A Smalt

📋 copy color: '#07399A'

red 7 ◦ green 57 ◦ blue 154

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

Shades of Smalt #07399A

Tints of Smalt #07399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 154 (60.55% from 255) = 70.64%

R = 3.21%
G = 26.15%
B = 70.64%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#07399A (or 0x07399A) is known color: Smalt. HEX triplet: 07, 39 and 9A. RGB value is (7,57,154). Sum of RGB (Red+Green+Blue) = 7+57+154=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #07399A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07399A is #F8C665. Grayscale: #343434. Windows color (decimal): -16303718 or 10107143. OLE color: 10107143.

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

Color convert

RGB 7 57 154 -
CMYK 0.95 0.63 0 0.40
HSL 219.59º 0.91% 0.32% -
HSV(B) 219.59º 0.95% 0.6% -
XYZ 7.38 5.3 31.21 -
YUV 53.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 7 57 154 0.95 0.63 0 0.40 219.59 0.91 0.32
Hex 7 39 9A 5F 3F 0 28 DC 5B 20
Octal 7 71 232 137 77 0 50 334 133 40
Binary 111 111001 10011010 1011111 111111 0 101000 11011100 1011011 100000

Color Harmonies of #07399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07399A

Black with #07399A

Text Example


Text Example

White with #07399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07399A; }

 p { color: rgb(7,57,154); }

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

background-color css

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

 a { background-color: rgb(7,57,154); }

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

border-color css

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

 span { border-color: rgb(7,57,154); }

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