Html Css Color HEX #073397 Smalt

📋 copy color: '#073397'

red 7 ◦ green 51 ◦ blue 151

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

Shades of Smalt #073397

Tints of Smalt #073397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.25%

R = 3.35%
G = 24.4%
B = 72.25%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#073397 (or 0x073397) is known color: Smalt. HEX triplet: 07, 33 and 97. RGB value is (7,51,151). Sum of RGB (Red+Green+Blue) = 7+51+151=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #073397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073397 is #F8CC68. Grayscale: #303030. Windows color (decimal): -16305257 or 9908999. OLE color: 9908999.

HSL color Cylindrical-coordinate representation of color #073397: hue angle of 221.67º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073397 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 51 151 -
CMYK 0.95 0.66 0 0.41
HSL 221.67º 0.91% 0.31% -
HSV(B) 221.67º 0.95% 0.59% -
XYZ 6.86 4.65 29.81 -
YUV 49.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 7 51 151 0.95 0.66 0 0.41 221.67 0.91 0.31
Hex 7 33 97 5F 42 0 29 DE 5B 1F
Octal 7 63 227 137 102 0 51 336 133 37
Binary 111 110011 10010111 1011111 1000010 0 101001 11011110 1011011 11111

Color Harmonies of #073397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073397

Black with #073397

Text Example


Text Example

White with #073397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073397; }

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

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

background-color css

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

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

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

border-color css

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

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

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