Html Css Color HEX #073B9B Smalt

📋 copy color: '#073B9B'

red 7 ◦ green 59 ◦ blue 155

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

Shades of Smalt #073B9B

Tints of Smalt #073B9B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.7%

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

R = 3.17%
G = 26.7%
B = 70.14%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#073B9B (or 0x073B9B) is known color: Smalt. HEX triplet: 07, 3B and 9B. RGB value is (7,59,155). Sum of RGB (Red+Green+Blue) = 7+59+155=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #073B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073B9B is #F8C464. Grayscale: #353535. Windows color (decimal): -16303205 or 10173191. OLE color: 10173191.

HSL color Cylindrical-coordinate representation of color #073B9B: hue angle of 218.92º 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 #073B9B is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 59 155 -
CMYK 0.95 0.62 0 0.39
HSL 218.92º 0.91% 0.32% -
HSV(B) 218.92º 0.95% 0.61% -
XYZ 7.57 5.54 31.68 -
YUV 54.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 7 59 155 0.95 0.62 0 0.39 218.92 0.91 0.32
Hex 7 3B 9B 5F 3E 0 27 DB 5B 20
Octal 7 73 233 137 76 0 47 333 133 40
Binary 111 111011 10011011 1011111 111110 0 100111 11011011 1011011 100000

Color Harmonies of #073B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073B9B

Black with #073B9B

Text Example


Text Example

White with #073B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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