Html Css Color HEX #063B8E Smalt

📋 copy color: '#063B8E'

red 6 ◦ green 59 ◦ blue 142

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

Shades of Smalt #063B8E

Tints of Smalt #063B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.6%

R = 2.9%
G = 28.5%
B = 68.6%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063B8E (or 0x063B8E) is known color: Smalt. HEX triplet: 06, 3B and 8E. RGB value is (6,59,142). Sum of RGB (Red+Green+Blue) = 6+59+142=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #063B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063B8E is #F9C471. Grayscale: #343434. Windows color (decimal): -16368754 or 9321222. OLE color: 9321222.

HSL color Cylindrical-coordinate representation of color #063B8E: hue angle of 216.62º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063B8E is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 59 142 -
CMYK 0.96 0.58 0 0.44
HSL 216.62º 0.92% 0.29% -
HSV(B) 216.62º 0.96% 0.56% -
XYZ 6.52 5.12 26.24 -
YUV 52.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 6 59 142 0.96 0.58 0 0.44 216.62 0.92 0.29
Hex 6 3B 8E 60 3A 0 2C D9 5C 1D
Octal 6 73 216 140 72 0 54 331 134 35
Binary 110 111011 10001110 1100000 111010 0 101100 11011001 1011100 11101

Color Harmonies of #063B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B8E

Black with #063B8E

Text Example


Text Example

White with #063B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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