Html Css Color HEX #063383 Smalt

📋 copy color: '#063383'

red 6 ◦ green 51 ◦ blue 131

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

Shades of Smalt #063383

Tints of Smalt #063383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 3.19%
G = 27.13%
B = 69.68%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063383 (or 0x063383) is known color: Smalt. HEX triplet: 06, 33 and 83. RGB value is (6,51,131). Sum of RGB (Red+Green+Blue) = 6+51+131=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #063383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063383 is #F9CC7C. Grayscale: #2E2E2E. Windows color (decimal): -16370813 or 8598278. OLE color: 8598278.

HSL color Cylindrical-coordinate representation of color #063383: hue angle of 218.4º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063383 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 51 131 -
CMYK 0.95 0.61 0 0.49
HSL 218.4º 0.91% 0.27% -
HSV(B) 218.4º 0.95% 0.51% -
XYZ 5.36 4.05 21.97 -
YUV 46.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 6 51 131 0.95 0.61 0 0.49 218.4 0.91 0.27
Hex 6 33 83 5F 3D 0 31 DA 5B 1B
Octal 6 63 203 137 75 0 61 332 133 33
Binary 110 110011 10000011 1011111 111101 0 110001 11011010 1011011 11011

Color Harmonies of #063383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063383

Black with #063383

Text Example


Text Example

White with #063383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063383; }

 p { color: rgb(6,51,131); }

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

background-color css

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

 a { background-color: rgb(6,51,131); }

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

border-color css

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

 span { border-color: rgb(6,51,131); }

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