Html Css Color HEX #063C9F Smalt

📋 copy color: '#063C9F'

red 6 ◦ green 60 ◦ blue 159

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

Shades of Smalt #063C9F

Tints of Smalt #063C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.67%

R = 2.67%
G = 26.67%
B = 70.67%

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

#063C9F (or 0x063C9F) is known color: Smalt. HEX triplet: 06, 3C and 9F. RGB value is (6,60,159). Sum of RGB (Red+Green+Blue) = 6+60+159=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #063C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C9F is #F9C360. Grayscale: #363636. Windows color (decimal): -16368481 or 10435590. OLE color: 10435590.

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

Color convert

RGB 6 60 159 -
CMYK 0.96 0.62 0 0.38
HSL 218.82º 0.93% 0.32% -
HSV(B) 218.82º 0.96% 0.62% -
XYZ 7.95 5.77 33.5 -
YUV 55.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 6 60 159 0.96 0.62 0 0.38 218.82 0.93 0.32
Hex 6 3C 9F 60 3E 0 26 DB 5D 20
Octal 6 74 237 140 76 0 46 333 135 40
Binary 110 111100 10011111 1100000 111110 0 100110 11011011 1011101 100000

Color Harmonies of #063C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C9F

Black with #063C9F

Text Example


Text Example

White with #063C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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