Html Css Color HEX #063087 Smalt

📋 copy color: '#063087'

red 6 ◦ green 48 ◦ blue 135

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

Shades of Smalt #063087

Tints of Smalt #063087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 71.43%

R = 3.17%
G = 25.4%
B = 71.43%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063087 (or 0x063087) is known color: Smalt. HEX triplet: 06, 30 and 87. RGB value is (6,48,135). Sum of RGB (Red+Green+Blue) = 6+48+135=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #063087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063087 is #F9CF78. Grayscale: #2C2C2C. Windows color (decimal): -16371577 or 8859654. OLE color: 8859654.

HSL color Cylindrical-coordinate representation of color #063087: hue angle of 220.47º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063087 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 48 135 -
CMYK 0.96 0.64 0 0.47
HSL 220.47º 0.91% 0.28% -
HSV(B) 220.47º 0.96% 0.53% -
XYZ 5.51 3.9 23.38 -
YUV 45.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 6 48 135 0.96 0.64 0 0.47 220.47 0.91 0.28
Hex 6 30 87 60 40 0 2F DC 5B 1C
Octal 6 60 207 140 100 0 57 334 133 34
Binary 110 110000 10000111 1100000 1000000 0 101111 11011100 1011011 11100

Color Harmonies of #063087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063087

Black with #063087

Text Example


Text Example

White with #063087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063087; }

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

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

background-color css

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

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

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

border-color css

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

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

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