Html Css Color HEX #07389C Smalt

📋 copy color: '#07389C'

red 7 ◦ green 56 ◦ blue 156

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

Shades of Smalt #07389C

Tints of Smalt #07389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

 BLUE value IS 156 (61.33% from 255) = 71.23%

R = 3.2%
G = 25.57%
B = 71.23%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07389C (or 0x07389C) is known color: Smalt. HEX triplet: 07, 38 and 9C. RGB value is (7,56,156). Sum of RGB (Red+Green+Blue) = 7+56+156=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #07389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07389C is #F8C763. Grayscale: #343434. Windows color (decimal): -16303972 or 10237959. OLE color: 10237959.

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

Color convert

RGB 7 56 156 -
CMYK 0.96 0.64 0 0.39
HSL 220.27º 0.91% 0.32% -
HSV(B) 220.27º 0.96% 0.61% -
XYZ 7.5 5.27 32.08 -
YUV 52.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 7 56 156 0.96 0.64 0 0.39 220.27 0.91 0.32
Hex 7 38 9C 60 40 0 27 DC 5B 20
Octal 7 70 234 140 100 0 47 334 133 40
Binary 111 111000 10011100 1100000 1000000 0 100111 11011100 1011011 100000

Color Harmonies of #07389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07389C

Black with #07389C

Text Example


Text Example

White with #07389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07389C; }

 p { color: rgb(7,56,156); }

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

background-color css

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

 a { background-color: rgb(7,56,156); }

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

border-color css

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

 span { border-color: rgb(7,56,156); }

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