Html Css Color HEX #063585 Smalt

📋 copy color: '#063585'

red 6 ◦ green 53 ◦ blue 133

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

Shades of Smalt #063585

Tints of Smalt #063585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

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

R = 3.13%
G = 27.6%
B = 69.27%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063585 (or 0x063585) is known color: Smalt. HEX triplet: 06, 35 and 85. RGB value is (6,53,133). Sum of RGB (Red+Green+Blue) = 6+53+133=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #063585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063585 is #F9CA7A. Grayscale: #2F2F2F. Windows color (decimal): -16370299 or 8729862. OLE color: 8729862.

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

Color convert

RGB 6 53 133 -
CMYK 0.95 0.60 0 0.48
HSL 217.8º 0.91% 0.27% -
HSV(B) 217.8º 0.95% 0.52% -
XYZ 5.58 4.28 22.72 -
YUV 48.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 6 53 133 0.95 0.60 0 0.48 217.8 0.91 0.27
Hex 6 35 85 5F 3C 0 30 DA 5B 1B
Octal 6 65 205 137 74 0 60 332 133 33
Binary 110 110101 10000101 1011111 111100 0 110000 11011010 1011011 11011

Color Harmonies of #063585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063585

Black with #063585

Text Example


Text Example

White with #063585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063585; }

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

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

background-color css

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

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

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

border-color css

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

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

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