Html Css Color HEX #063291 Smalt

📋 copy color: '#063291'

red 6 ◦ green 50 ◦ blue 145

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

Shades of Smalt #063291

Tints of Smalt #063291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 2.99%
G = 24.88%
B = 72.14%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063291 (or 0x063291) is known color: Smalt. HEX triplet: 06, 32 and 91. RGB value is (6,50,145). Sum of RGB (Red+Green+Blue) = 6+50+145=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #063291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063291 is #F9CD6E. Grayscale: #2F2F2F. Windows color (decimal): -16371055 or 9515526. OLE color: 9515526.

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

Color convert

RGB 6 50 145 -
CMYK 0.96 0.66 0 0.43
HSL 221.01º 0.92% 0.3% -
HSV(B) 221.01º 0.96% 0.57% -
XYZ 6.33 4.36 27.3 -
YUV 47.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 6 50 145 0.96 0.66 0 0.43 221.01 0.92 0.3
Hex 6 32 91 60 42 0 2B DD 5C 1E
Octal 6 62 221 140 102 0 53 335 134 36
Binary 110 110010 10010001 1100000 1000010 0 101011 11011101 1011100 11110

Color Harmonies of #063291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063291

Black with #063291

Text Example


Text Example

White with #063291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063291; }

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

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

background-color css

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

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

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

border-color css

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

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

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