Html Css Color HEX #063083 Smalt

📋 copy color: '#063083'

red 6 ◦ green 48 ◦ blue 131

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

Shades of Smalt #063083

Tints of Smalt #063083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 70.81%

R = 3.24%
G = 25.95%
B = 70.81%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063083 (or 0x063083) is known color: Smalt. HEX triplet: 06, 30 and 83. RGB value is (6,48,131). Sum of RGB (Red+Green+Blue) = 6+48+131=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 131 (51.56% from 255 or 70.81% from 185); Max value from RGB is 131 - color contains mainly: blue. Hex color #063083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063083 is #F9CF7C. Grayscale: #2C2C2C. Windows color (decimal): -16371581 or 8597510. OLE color: 8597510.

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

Color convert

RGB 6 48 131 -
CMYK 0.95 0.63 0 0.49
HSL 219.84º 0.91% 0.27% -
HSV(B) 219.84º 0.95% 0.51% -
XYZ 5.23 3.79 21.93 -
YUV 44.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 6 48 131 0.95 0.63 0 0.49 219.84 0.91 0.27
Hex 6 30 83 5F 3F 0 31 DC 5B 1B
Octal 6 60 203 137 77 0 61 334 133 33
Binary 110 110000 10000011 1011111 111111 0 110001 11011100 1011011 11011

Color Harmonies of #063083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063083

Black with #063083

Text Example


Text Example

White with #063083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063083; }

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

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

background-color css

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

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

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

border-color css

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

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

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