Html Css Color HEX #063086 Smalt

📋 copy color: '#063086'

red 6 ◦ green 48 ◦ blue 134

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

Shades of Smalt #063086

Tints of Smalt #063086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

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

R = 3.19%
G = 25.53%
B = 71.28%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063086 (or 0x063086) is known color: Smalt. HEX triplet: 06, 30 and 86. RGB value is (6,48,134). Sum of RGB (Red+Green+Blue) = 6+48+134=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #063086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063086 is #F9CF79. Grayscale: #2C2C2C. Windows color (decimal): -16371578 or 8794118. OLE color: 8794118.

HSL color Cylindrical-coordinate representation of color #063086: hue angle of 220.31º 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 #063086 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 48 134 -
CMYK 0.96 0.64 0 0.47
HSL 220.31º 0.91% 0.27% -
HSV(B) 220.31º 0.96% 0.53% -
XYZ 5.44 3.87 23.02 -
YUV 45.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 6 48 134 0.96 0.64 0 0.47 220.31 0.91 0.27
Hex 6 30 86 60 40 0 2F DC 5B 1B
Octal 6 60 206 140 100 0 57 334 133 33
Binary 110 110000 10000110 1100000 1000000 0 101111 11011100 1011011 11011

Color Harmonies of #063086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063086

Black with #063086

Text Example


Text Example

White with #063086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063086; }

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

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

background-color css

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

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

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

border-color css

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

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

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