Html Css Color HEX #063085 Smalt

📋 copy color: '#063085'

red 6 ◦ green 48 ◦ blue 133

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

Shades of Smalt #063085

Tints of Smalt #063085

RGB

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

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

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

R = 3.21%
G = 25.67%
B = 71.12%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063085 (or 0x063085) is known color: Smalt. HEX triplet: 06, 30 and 85. RGB value is (6,48,133). Sum of RGB (Red+Green+Blue) = 6+48+133=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #063085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063085 is #F9CF7A. Grayscale: #2C2C2C. Windows color (decimal): -16371579 or 8728582. OLE color: 8728582.

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

Color convert

RGB 6 48 133 -
CMYK 0.95 0.64 0 0.48
HSL 220.16º 0.91% 0.27% -
HSV(B) 220.16º 0.95% 0.52% -
XYZ 5.37 3.85 22.65 -
YUV 45.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 6 48 133 0.95 0.64 0 0.48 220.16 0.91 0.27
Hex 6 30 85 5F 40 0 30 DC 5B 1B
Octal 6 60 205 137 100 0 60 334 133 33
Binary 110 110000 10000101 1011111 1000000 0 110000 11011100 1011011 11011

Color Harmonies of #063085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063085

Black with #063085

Text Example


Text Example

White with #063085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063085; }

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

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

background-color css

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

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

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

border-color css

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

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

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