Html Css Color HEX #063BA3 Smalt

📋 copy color: '#063BA3'

red 6 ◦ green 59 ◦ blue 163

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

Shades of Smalt #063BA3

Tints of Smalt #063BA3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.88%

 BLUE value IS 163 (64.06% from 255) = 71.49%

R = 2.63%
G = 25.88%
B = 71.49%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#063BA3 (or 0x063BA3) is known color: Smalt. HEX triplet: 06, 3B and A3. RGB value is (6,59,163). Sum of RGB (Red+Green+Blue) = 6+59+163=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 163 (64.06% from 255 or 71.49% from 228); Max value from RGB is 163 - color contains mainly: blue. Hex color #063BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BA3 is #F9C45C. Grayscale: #363636. Windows color (decimal): -16368733 or 10697478. OLE color: 10697478.

HSL color Cylindrical-coordinate representation of color #063BA3: hue angle of 219.75º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063BA3 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 59 163 -
CMYK 0.96 0.64 0 0.36
HSL 219.75º 0.93% 0.33% -
HSV(B) 219.75º 0.96% 0.64% -
XYZ 8.25 5.81 35.34 -
YUV 55.01 188.94 93.04 -
System Red Green Blue C M Y K H S L
Decimal 6 59 163 0.96 0.64 0 0.36 219.75 0.93 0.33
Hex 6 3B A3 60 40 0 24 DC 5D 21
Octal 6 73 243 140 100 0 44 334 135 41
Binary 110 111011 10100011 1100000 1000000 0 100100 11011100 1011101 100001

Color Harmonies of #063BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BA3

Black with #063BA3

Text Example


Text Example

White with #063BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,163); }

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

background-color css

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

 a { background-color: rgb(6,59,163); }

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

border-color css

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

 span { border-color: rgb(6,59,163); }

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