Html Css Color HEX #063C9E Smalt

📋 copy color: '#063C9E'

red 6 ◦ green 60 ◦ blue 158

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

Shades of Smalt #063C9E

Tints of Smalt #063C9E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 158 (62.11% from 255) = 70.54%

R = 2.68%
G = 26.79%
B = 70.54%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#063C9E (or 0x063C9E) is known color: Smalt. HEX triplet: 06, 3C and 9E. RGB value is (6,60,158). Sum of RGB (Red+Green+Blue) = 6+60+158=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #063C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C9E is #F9C361. Grayscale: #363636. Windows color (decimal): -16368482 or 10370054. OLE color: 10370054.

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

Color convert

RGB 6 60 158 -
CMYK 0.96 0.62 0 0.38
HSL 218.68º 0.93% 0.32% -
HSV(B) 218.68º 0.96% 0.62% -
XYZ 7.86 5.74 33.04 -
YUV 55.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 6 60 158 0.96 0.62 0 0.38 218.68 0.93 0.32
Hex 6 3C 9E 60 3E 0 26 DB 5D 20
Octal 6 74 236 140 76 0 46 333 135 40
Binary 110 111100 10011110 1100000 111110 0 100110 11011011 1011101 100000

Color Harmonies of #063C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C9E

Black with #063C9E

Text Example


Text Example

White with #063C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,158); }

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

background-color css

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

 a { background-color: rgb(6,60,158); }

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

border-color css

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

 span { border-color: rgb(6,60,158); }

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