Html Css Color HEX #063190 Smalt

📋 copy color: '#063190'

red 6 ◦ green 49 ◦ blue 144

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

Shades of Smalt #063190

Tints of Smalt #063190

RGB

 RED value IS 6 (2.73% from 255) = 3.02%

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 144 (56.64% from 255) = 72.36%

R = 3.02%
G = 24.62%
B = 72.36%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063190 (or 0x063190) is known color: Smalt. HEX triplet: 06, 31 and 90. RGB value is (6,49,144). Sum of RGB (Red+Green+Blue) = 6+49+144=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #063190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063190 is #F9CE6F. Grayscale: #2E2E2E. Windows color (decimal): -16371312 or 9449734. OLE color: 9449734.

HSL color Cylindrical-coordinate representation of color #063190: hue angle of 221.3º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063190 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 49 144 -
CMYK 0.96 0.66 0 0.44
HSL 221.3º 0.92% 0.29% -
HSV(B) 221.3º 0.96% 0.56% -
XYZ 6.21 4.25 26.88 -
YUV 46.97 182.75 98.78 -
System Red Green Blue C M Y K H S L
Decimal 6 49 144 0.96 0.66 0 0.44 221.3 0.92 0.29
Hex 6 31 90 60 42 0 2C DD 5C 1D
Octal 6 61 220 140 102 0 54 335 134 35
Binary 110 110001 10010000 1100000 1000010 0 101100 11011101 1011100 11101

Color Harmonies of #063190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063190

Black with #063190

Text Example


Text Example

White with #063190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063190; }

 p { color: rgb(6,49,144); }

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

background-color css

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

 a { background-color: rgb(6,49,144); }

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

border-color css

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

 span { border-color: rgb(6,49,144); }

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