Html Css Color HEX #063F91 Smalt

📋 copy color: '#063F91'

red 6 ◦ green 63 ◦ blue 145

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

Shades of Smalt #063F91

Tints of Smalt #063F91

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

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

R = 2.8%
G = 29.44%
B = 67.76%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063F91 (or 0x063F91) is known color: Smalt. HEX triplet: 06, 3F and 91. RGB value is (6,63,145). Sum of RGB (Red+Green+Blue) = 6+63+145=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #063F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F91 is #F9C06E. Grayscale: #363636. Windows color (decimal): -16367727 or 9518854. OLE color: 9518854.

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

Color convert

RGB 6 63 145 -
CMYK 0.96 0.57 0 0.43
HSL 215.4º 0.92% 0.3% -
HSV(B) 215.4º 0.96% 0.57% -
XYZ 6.96 5.64 27.51 -
YUV 55.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 6 63 145 0.96 0.57 0 0.43 215.4 0.92 0.3
Hex 6 3F 91 60 39 0 2B D7 5C 1E
Octal 6 77 221 140 71 0 53 327 134 36
Binary 110 111111 10010001 1100000 111001 0 101011 11010111 1011100 11110

Color Harmonies of #063F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F91

Black with #063F91

Text Example


Text Example

White with #063F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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