Html Css Color HEX #063091 Smalt

📋 copy color: '#063091'

red 6 ◦ green 48 ◦ blue 145

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

Shades of Smalt #063091

Tints of Smalt #063091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 72.86%

R = 3.02%
G = 24.12%
B = 72.86%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063091 (or 0x063091) is known color: Smalt. HEX triplet: 06, 30 and 91. RGB value is (6,48,145). Sum of RGB (Red+Green+Blue) = 6+48+145=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #063091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063091 is #F9CF6E. Grayscale: #2E2E2E. Windows color (decimal): -16371567 or 9515014. OLE color: 9515014.

HSL color Cylindrical-coordinate representation of color #063091: hue angle of 221.87º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063091 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 48 145 -
CMYK 0.96 0.67 0 0.43
HSL 221.87º 0.92% 0.3% -
HSV(B) 221.87º 0.96% 0.57% -
XYZ 6.24 4.2 27.27 -
YUV 46.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 6 48 145 0.96 0.67 0 0.43 221.87 0.92 0.3
Hex 6 30 91 60 43 0 2B DE 5C 1E
Octal 6 60 221 140 103 0 53 336 134 36
Binary 110 110000 10010001 1100000 1000011 0 101011 11011110 1011100 11110

Color Harmonies of #063091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063091

Black with #063091

Text Example


Text Example

White with #063091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063091; }

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

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

background-color css

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

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

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

border-color css

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

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

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