Html Css Color HEX #063485 Smalt

📋 copy color: '#063485'

red 6 ◦ green 52 ◦ blue 133

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

Shades of Smalt #063485

Tints of Smalt #063485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.23%

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

R = 3.14%
G = 27.23%
B = 69.63%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063485 (or 0x063485) is known color: Smalt. HEX triplet: 06, 34 and 85. RGB value is (6,52,133). Sum of RGB (Red+Green+Blue) = 6+52+133=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #063485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063485 is #F9CB7A. Grayscale: #2F2F2F. Windows color (decimal): -16370555 or 8729606. OLE color: 8729606.

HSL color Cylindrical-coordinate representation of color #063485: hue angle of 218.27º 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 #063485 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 52 133 -
CMYK 0.95 0.61 0 0.48
HSL 218.27º 0.91% 0.27% -
HSV(B) 218.27º 0.95% 0.52% -
XYZ 5.54 4.19 22.71 -
YUV 47.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 6 52 133 0.95 0.61 0 0.48 218.27 0.91 0.27
Hex 6 34 85 5F 3D 0 30 DA 5B 1B
Octal 6 64 205 137 75 0 60 332 133 33
Binary 110 110100 10000101 1011111 111101 0 110000 11011010 1011011 11011

Color Harmonies of #063485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063485

Black with #063485

Text Example


Text Example

White with #063485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063485; }

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

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

background-color css

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

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

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

border-color css

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

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

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