Html Css Color HEX #063185 Smalt

📋 copy color: '#063185'

red 6 ◦ green 49 ◦ blue 133

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

Shades of Smalt #063185

Tints of Smalt #063185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.74%

R = 3.19%
G = 26.06%
B = 70.74%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063185 (or 0x063185) is known color: Smalt. HEX triplet: 06, 31 and 85. RGB value is (6,49,133). Sum of RGB (Red+Green+Blue) = 6+49+133=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #063185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063185 is #F9CE7A. Grayscale: #2D2D2D. Windows color (decimal): -16371323 or 8728838. OLE color: 8728838.

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

Color convert

RGB 6 49 133 -
CMYK 0.95 0.63 0 0.48
HSL 219.69º 0.91% 0.27% -
HSV(B) 219.69º 0.95% 0.52% -
XYZ 5.41 3.93 22.66 -
YUV 45.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 6 49 133 0.95 0.63 0 0.48 219.69 0.91 0.27
Hex 6 31 85 5F 3F 0 30 DC 5B 1B
Octal 6 61 205 137 77 0 60 334 133 33
Binary 110 110001 10000101 1011111 111111 0 110000 11011100 1011011 11011

Color Harmonies of #063185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063185

Black with #063185

Text Example


Text Example

White with #063185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063185; }

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

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

background-color css

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

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

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

border-color css

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

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

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