Html Css Color HEX #063090 Smalt

📋 copy color: '#063090'

red 6 ◦ green 48 ◦ blue 144

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

Shades of Smalt #063090

Tints of Smalt #063090

RGB

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

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

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

R = 3.03%
G = 24.24%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063090 (or 0x063090) is known color: Smalt. HEX triplet: 06, 30 and 90. RGB value is (6,48,144). Sum of RGB (Red+Green+Blue) = 6+48+144=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #063090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063090 is #F9CF6F. Grayscale: #2D2D2D. Windows color (decimal): -16371568 or 9449478. OLE color: 9449478.

HSL color Cylindrical-coordinate representation of color #063090: hue angle of 221.74º 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 #063090 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 48 144 -
CMYK 0.96 0.67 0 0.44
HSL 221.74º 0.92% 0.29% -
HSV(B) 221.74º 0.96% 0.56% -
XYZ 6.17 4.17 26.86 -
YUV 46.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 6 48 144 0.96 0.67 0 0.44 221.74 0.92 0.29
Hex 6 30 90 60 43 0 2C DE 5C 1D
Octal 6 60 220 140 103 0 54 336 134 35
Binary 110 110000 10010000 1100000 1000011 0 101100 11011110 1011100 11101

Color Harmonies of #063090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063090

Black with #063090

Text Example


Text Example

White with #063090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063090; }

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

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

background-color css

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

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

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

border-color css

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

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

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