Html Css Color HEX #063286 Smalt

📋 copy color: '#063286'

red 6 ◦ green 50 ◦ blue 134

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

Shades of Smalt #063286

Tints of Smalt #063286

RGB

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

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

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

R = 3.16%
G = 26.32%
B = 70.53%

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

#063286 (or 0x063286) is known color: Smalt. HEX triplet: 06, 32 and 86. RGB value is (6,50,134). Sum of RGB (Red+Green+Blue) = 6+50+134=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #063286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063286 is #F9CD79. Grayscale: #2E2E2E. Windows color (decimal): -16371066 or 8794630. OLE color: 8794630.

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

Color convert

RGB 6 50 134 -
CMYK 0.96 0.63 0 0.47
HSL 219.38º 0.91% 0.27% -
HSV(B) 219.38º 0.96% 0.53% -
XYZ 5.52 4.04 23.04 -
YUV 46.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 6 50 134 0.96 0.63 0 0.47 219.38 0.91 0.27
Hex 6 32 86 60 3F 0 2F DB 5B 1B
Octal 6 62 206 140 77 0 57 333 133 33
Binary 110 110010 10000110 1100000 111111 0 101111 11011011 1011011 11011

Color Harmonies of #063286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063286

Black with #063286

Text Example


Text Example

White with #063286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063286; }

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

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

background-color css

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

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

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

border-color css

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

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

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