Html Css Color HEX #063186 Smalt

📋 copy color: '#063186'

red 6 ◦ green 49 ◦ blue 134

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

Shades of Smalt #063186

Tints of Smalt #063186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 70.9%

R = 3.17%
G = 25.93%
B = 70.9%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063186 (or 0x063186) is known color: Smalt. HEX triplet: 06, 31 and 86. RGB value is (6,49,134). Sum of RGB (Red+Green+Blue) = 6+49+134=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #063186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063186 is #F9CE79. Grayscale: #2D2D2D. Windows color (decimal): -16371322 or 8794374. OLE color: 8794374.

HSL color Cylindrical-coordinate representation of color #063186: hue angle of 219.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063186 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 49 134 -
CMYK 0.96 0.63 0 0.47
HSL 219.84º 0.91% 0.27% -
HSV(B) 219.84º 0.96% 0.53% -
XYZ 5.48 3.96 23.03 -
YUV 45.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 6 49 134 0.96 0.63 0 0.47 219.84 0.91 0.27
Hex 6 31 86 60 3F 0 2F DC 5B 1B
Octal 6 61 206 140 77 0 57 334 133 33
Binary 110 110001 10000110 1100000 111111 0 101111 11011100 1011011 11011

Color Harmonies of #063186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063186

Black with #063186

Text Example


Text Example

White with #063186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063186; }

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

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

background-color css

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

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

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

border-color css

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

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

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