Html Css Color HEX #063F8E Smalt

📋 copy color: '#063F8E'

red 6 ◦ green 63 ◦ blue 142

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

Shades of Smalt #063F8E

Tints of Smalt #063F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

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

R = 2.84%
G = 29.86%
B = 67.3%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063F8E (or 0x063F8E) is known color: Smalt. HEX triplet: 06, 3F and 8E. RGB value is (6,63,142). Sum of RGB (Red+Green+Blue) = 6+63+142=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #063F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F8E is #F9C071. Grayscale: #363636. Windows color (decimal): -16367730 or 9322246. OLE color: 9322246.

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

Color convert

RGB 6 63 142 -
CMYK 0.96 0.56 0 0.44
HSL 214.85º 0.92% 0.29% -
HSV(B) 214.85º 0.96% 0.56% -
XYZ 6.74 5.55 26.31 -
YUV 54.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 6 63 142 0.96 0.56 0 0.44 214.85 0.92 0.29
Hex 6 3F 8E 60 38 0 2C D7 5C 1D
Octal 6 77 216 140 70 0 54 327 134 35
Binary 110 111111 10001110 1100000 111000 0 101100 11010111 1011100 11101

Color Harmonies of #063F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F8E

Black with #063F8E

Text Example


Text Example

White with #063F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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