Html Css Color HEX #063999 Smalt

📋 copy color: '#063999'

red 6 ◦ green 57 ◦ blue 153

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

Shades of Smalt #063999

Tints of Smalt #063999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

 BLUE value IS 153 (60.16% from 255) = 70.83%

R = 2.78%
G = 26.39%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063999 (or 0x063999) is known color: Smalt. HEX triplet: 06, 39 and 99. RGB value is (6,57,153). Sum of RGB (Red+Green+Blue) = 6+57+153=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #063999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063999 is #F9C666. Grayscale: #343434. Windows color (decimal): -16369255 or 10041606. OLE color: 10041606.

HSL color Cylindrical-coordinate representation of color #063999: hue angle of 219.18º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063999 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 57 153 -
CMYK 0.96 0.63 0 0.4
HSL 219.18º 0.92% 0.31% -
HSV(B) 219.18º 0.96% 0.6% -
XYZ 7.29 5.26 30.77 -
YUV 52.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 6 57 153 0.96 0.63 0 0.4 219.18 0.92 0.31
Hex 6 39 99 60 3F 0 28 DB 5C 1F
Octal 6 71 231 140 77 0 50 333 134 37
Binary 110 111001 10011001 1100000 111111 0 101000 11011011 1011100 11111

Color Harmonies of #063999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063999

Black with #063999

Text Example


Text Example

White with #063999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063999; }

 p { color: rgb(6,57,153); }

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

background-color css

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

 a { background-color: rgb(6,57,153); }

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

border-color css

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

 span { border-color: rgb(6,57,153); }

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