Html Css Color HEX #063E9B Smalt

📋 copy color: '#063E9B'

red 6 ◦ green 62 ◦ blue 155

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

Shades of Smalt #063E9B

Tints of Smalt #063E9B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.8%

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

R = 2.69%
G = 27.8%
B = 69.51%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#063E9B (or 0x063E9B) is known color: Smalt. HEX triplet: 06, 3E and 9B. RGB value is (6,62,155). Sum of RGB (Red+Green+Blue) = 6+62+155=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #063E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E9B is #F9C164. Grayscale: #373737. Windows color (decimal): -16367973 or 10173958. OLE color: 10173958.

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

Color convert

RGB 6 62 155 -
CMYK 0.96 0.6 0 0.39
HSL 217.45º 0.93% 0.32% -
HSV(B) 217.45º 0.96% 0.61% -
XYZ 7.71 5.85 31.73 -
YUV 55.86 183.95 92.44 -
System Red Green Blue C M Y K H S L
Decimal 6 62 155 0.96 0.6 0 0.39 217.45 0.93 0.32
Hex 6 3E 9B 60 3C 0 27 D9 5D 20
Octal 6 76 233 140 74 0 47 331 135 40
Binary 110 111110 10011011 1100000 111100 0 100111 11011001 1011101 100000

Color Harmonies of #063E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E9B

Black with #063E9B

Text Example


Text Example

White with #063E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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