Html Css Color HEX #073283 Smalt

📋 copy color: '#073283'

red 7 ◦ green 50 ◦ blue 131

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

Shades of Smalt #073283

Tints of Smalt #073283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 3.72%
G = 26.6%
B = 69.68%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#073283 (or 0x073283) is known color: Smalt. HEX triplet: 07, 32 and 83. RGB value is (7,50,131). Sum of RGB (Red+Green+Blue) = 7+50+131=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #073283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073283 is #F8CD7C. Grayscale: #2E2E2E. Windows color (decimal): -16305533 or 8598023. OLE color: 8598023.

HSL color Cylindrical-coordinate representation of color #073283: hue angle of 219.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073283 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 50 131 -
CMYK 0.95 0.62 0 0.49
HSL 219.19º 0.9% 0.27% -
HSV(B) 219.19º 0.95% 0.51% -
XYZ 5.32 3.97 21.96 -
YUV 46.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 7 50 131 0.95 0.62 0 0.49 219.19 0.9 0.27
Hex 7 32 83 5F 3E 0 31 DB 5A 1B
Octal 7 62 203 137 76 0 61 333 132 33
Binary 111 110010 10000011 1011111 111110 0 110001 11011011 1011010 11011

Color Harmonies of #073283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073283

Black with #073283

Text Example


Text Example

White with #073283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073283; }

 p { color: rgb(7,50,131); }

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

background-color css

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

 a { background-color: rgb(7,50,131); }

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

border-color css

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

 span { border-color: rgb(7,50,131); }

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