Html Css Color HEX #063A96 Smalt

📋 copy color: '#063A96'

red 6 ◦ green 58 ◦ blue 150

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

Shades of Smalt #063A96

Tints of Smalt #063A96

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

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

R = 2.8%
G = 27.1%
B = 70.09%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063A96 (or 0x063A96) is known color: Smalt. HEX triplet: 06, 3A and 96. RGB value is (6,58,150). Sum of RGB (Red+Green+Blue) = 6+58+150=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #063A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A96 is #F9C569. Grayscale: #343434. Windows color (decimal): -16369002 or 9845254. OLE color: 9845254.

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

Color convert

RGB 6 58 150 -
CMYK 0.96 0.61 0 0.41
HSL 218.33º 0.92% 0.31% -
HSV(B) 218.33º 0.96% 0.59% -
XYZ 7.09 5.27 29.5 -
YUV 52.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 6 58 150 0.96 0.61 0 0.41 218.33 0.92 0.31
Hex 6 3A 96 60 3D 0 29 DA 5C 1F
Octal 6 72 226 140 75 0 51 332 134 37
Binary 110 111010 10010110 1100000 111101 0 101001 11011010 1011100 11111

Color Harmonies of #063A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A96

Black with #063A96

Text Example


Text Example

White with #063A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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