Html Css Color HEX #063790 Smalt

📋 copy color: '#063790'

red 6 ◦ green 55 ◦ blue 144

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

Shades of Smalt #063790

Tints of Smalt #063790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 144 (56.64% from 255) = 70.24%

R = 2.93%
G = 26.83%
B = 70.24%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063790 (or 0x063790) is known color: Smalt. HEX triplet: 06, 37 and 90. RGB value is (6,55,144). Sum of RGB (Red+Green+Blue) = 6+55+144=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #063790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063790 is #F9C86F. Grayscale: #323232. Windows color (decimal): -16369776 or 9451270. OLE color: 9451270.

HSL color Cylindrical-coordinate representation of color #063790: hue angle of 218.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063790 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 55 144 -
CMYK 0.96 0.62 0 0.44
HSL 218.7º 0.92% 0.29% -
HSV(B) 218.7º 0.96% 0.56% -
XYZ 6.48 4.78 26.97 -
YUV 50.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 6 55 144 0.96 0.62 0 0.44 218.7 0.92 0.29
Hex 6 37 90 60 3E 0 2C DB 5C 1D
Octal 6 67 220 140 76 0 54 333 134 35
Binary 110 110111 10010000 1100000 111110 0 101100 11011011 1011100 11101

Color Harmonies of #063790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063790

Black with #063790

Text Example


Text Example

White with #063790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063790; }

 p { color: rgb(6,55,144); }

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

background-color css

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

 a { background-color: rgb(6,55,144); }

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

border-color css

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

 span { border-color: rgb(6,55,144); }

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