Html Css Color HEX #063A99 Smalt

📋 copy color: '#063A99'

red 6 ◦ green 58 ◦ blue 153

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

Shades of Smalt #063A99

Tints of Smalt #063A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 2.76%
G = 26.73%
B = 70.51%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063A99 (or 0x063A99) is known color: Smalt. HEX triplet: 06, 3A and 99. RGB value is (6,58,153). Sum of RGB (Red+Green+Blue) = 6+58+153=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #063A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A99 is #F9C566. Grayscale: #343434. Windows color (decimal): -16368999 or 10041862. OLE color: 10041862.

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

Color convert

RGB 6 58 153 -
CMYK 0.96 0.62 0 0.4
HSL 218.78º 0.92% 0.31% -
HSV(B) 218.78º 0.96% 0.6% -
XYZ 7.34 5.36 30.79 -
YUV 53.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 6 58 153 0.96 0.62 0 0.4 218.78 0.92 0.31
Hex 6 3A 99 60 3E 0 28 DB 5C 1F
Octal 6 72 231 140 76 0 50 333 134 37
Binary 110 111010 10011001 1100000 111110 0 101000 11011011 1011100 11111

Color Harmonies of #063A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A99

Black with #063A99

Text Example


Text Example

White with #063A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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