Html Css Color HEX #063F96 Smalt

📋 copy color: '#063F96'

red 6 ◦ green 63 ◦ blue 150

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

Shades of Smalt #063F96

Tints of Smalt #063F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 2.74%
G = 28.77%
B = 68.49%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063F96 (or 0x063F96) is known color: Smalt. HEX triplet: 06, 3F and 96. RGB value is (6,63,150). Sum of RGB (Red+Green+Blue) = 6+63+150=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #063F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F96 is #F9C069. Grayscale: #373737. Windows color (decimal): -16367722 or 9846534. OLE color: 9846534.

HSL color Cylindrical-coordinate representation of color #063F96: hue angle of 216.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F96 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 63 150 -
CMYK 0.96 0.58 0 0.41
HSL 216.25º 0.92% 0.31% -
HSV(B) 216.25º 0.96% 0.59% -
XYZ 7.36 5.8 29.59 -
YUV 55.88 181.12 92.43 -
System Red Green Blue C M Y K H S L
Decimal 6 63 150 0.96 0.58 0 0.41 216.25 0.92 0.31
Hex 6 3F 96 60 3A 0 29 D8 5C 1F
Octal 6 77 226 140 72 0 51 330 134 37
Binary 110 111111 10010110 1100000 111010 0 101001 11011000 1011100 11111

Color Harmonies of #063F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F96

Black with #063F96

Text Example


Text Example

White with #063F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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