Html Css Color HEX #063A9B Smalt

📋 copy color: '#063A9B'

red 6 ◦ green 58 ◦ blue 155

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

Shades of Smalt #063A9B

Tints of Smalt #063A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 2.74%
G = 26.48%
B = 70.78%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#063A9B (or 0x063A9B) is known color: Smalt. HEX triplet: 06, 3A and 9B. RGB value is (6,58,155). Sum of RGB (Red+Green+Blue) = 6+58+155=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #063A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A9B is #F9C564. Grayscale: #353535. Windows color (decimal): -16368997 or 10172934. OLE color: 10172934.

HSL color Cylindrical-coordinate representation of color #063A9B: hue angle of 219.06º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063A9B is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 58 155 -
CMYK 0.96 0.63 0 0.39
HSL 219.06º 0.93% 0.32% -
HSV(B) 219.06º 0.96% 0.61% -
XYZ 7.5 5.43 31.66 -
YUV 53.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 6 58 155 0.96 0.63 0 0.39 219.06 0.93 0.32
Hex 6 3A 9B 60 3F 0 27 DB 5D 20
Octal 6 72 233 140 77 0 47 333 135 40
Binary 110 111010 10011011 1100000 111111 0 100111 11011011 1011101 100000

Color Harmonies of #063A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A9B

Black with #063A9B

Text Example


Text Example

White with #063A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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